From 75083317eb9a49eb9b65704c81a90c1cf44544d9 Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Mon, 31 Dec 2018 11:15:19 +0100 Subject: 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 --- bindings/samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/samples/README.md') 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) -- cgit 1.2.3-korg