hello3: Add verb 'after'
authorJose Bollo <jose.bollo@iot.bzh>
Mon, 31 Dec 2018 10:15:19 +0000 (11:15 +0100)
committerLoïc Collignon <loic.collignon@iot.bzh>
Fri, 4 Jan 2019 15:52:24 +0000 (16:52 +0100)
commit49259282a2ee459baffd96e59fb331ecb26e0415
tree4abee8be908b3b029b764ab90b6a40573313f522
parentb4a4febf35bee23f1ff3aab4ede39015ba253ce8
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>
bindings/samples/README.md
bindings/samples/hello3.c