> # this never happens. why !? Because you never run the async event loop.
I would recommend writing this async-only at first, and if you really need to scale across all cores just run multiple processes.
> # this never happens. why !? Because you never run the async event loop.
I would recommend writing this async-only at first, and if you really need to scale across all cores just run multiple processes.