hello3: Add verb 'after' 03/19403/2
authorJose Bollo <jose.bollo@iot.bzh>
Mon, 31 Dec 2018 10:15:19 +0000 (11:15 +0100)
committerJose Bollo <jose.bollo@iot.bzh>
Wed, 2 Jan 2019 08:46:01 +0000 (09:46 +0100)
commit75083317eb9a49eb9b65704c81a90c1cf44544d9
tree646af8c50412179c5ca0d5a4f0fcc5154069b915
parent7916ea9258ce0a9d4951462836c5c06f2e227db3
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