Create async.spawn. Note that you do not need to do anything else with this approach to Async because it will have runtime support and no other functions are needed. I will use async.spawn (instead of actor.spawn) and then the normal actor API (read, receive, etc.)
Create
async.spawn
. Note that you do not need to do anything else with this approach to Async because it will have runtime support and no other functions are needed. I will use async.spawn (instead of actor.spawn) and then the normal actor API (read, receive, etc.)