quantmind/pulsar

multiprocessing to asyncio

Closed this issue · 1 comments

Process-based actors use the multiprocessing module from the standard library.
The decision was taken before asyncio was developed.
With asyncio we could have a look at switching to the more asynchronous friendly subprocess_exec.

done