aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/samples/README.md
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-12-31 11:15:19 +0100
committerLoïc Collignon <loic.collignon@iot.bzh>2019-01-04 16:52:24 +0100
commit49259282a2ee459baffd96e59fb331ecb26e0415 (patch)
tree4abee8be908b3b029b764ab90b6a40573313f522 /bindings/samples/README.md
parentb4a4febf35bee23f1ff3aab4ede39015ba253ce8 (diff)
hello3: Add verb 'after'
The verb 'after' launches a new thread that after a delay will call a verb (like call). The type of call can be set to 'call', 'callsync', 'subcall' or 'subcallsync'. This allows to add test for asynchronous issues in multithreaded environment. Change-Id: Ic59a27b7b7fbd3716d34fdaa35c42aa9ecb7f201 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'bindings/samples/README.md')
-rw-r--r--bindings/samples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/samples/README.md b/bindings/samples/README.md
index 587da22b..091b733f 100644
--- a/bindings/samples/README.md
+++ b/bindings/samples/README.md
@@ -9,6 +9,6 @@ The provide examples here are:
* DemoContext (context): as AuthLogin with use of LOA
* DemoPost (post): shows how to use HTTP to transfer files
* tic-tac-toe (tictactoe): example explain in the documentation
-* hello3 (hello3): toolset for exhaustive use of the binder API v3
+* hello3 (hello): toolset for exhaustive use of the binder API v3
* hello2 (hello2): toolset for use of the binder API v2 (legacy)