diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-12-31 11:15:19 +0100 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2019-01-02 09:46:01 +0100 |
commit | 75083317eb9a49eb9b65704c81a90c1cf44544d9 (patch) | |
tree | 646af8c50412179c5ca0d5a4f0fcc5154069b915 /bindings/samples/README.md | |
parent | 7916ea9258ce0a9d4951462836c5c06f2e227db3 (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.md | 2 |
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) |