pulsar
pulsar copied to clipboard
coroutine based actor
Add coroutine based actors. These actors are different from other actors since they don't own an event loop. Instead they share the loop of the process-based of thread-based actor which created them.