Add typed response promises
The new typed_response_promise template allows typed actors to use promises. By returning a typed promise, the type-checker accepts the signature of the message handler while the actual response message will be delayed (the runtime will not create a response message from the returned promise).
Showing
Please register or sign in to comment