You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of async-container uses raw primitives to implement a simple event loop, but it's frustrating and tricky to use for anything more complex than basic process management.
I'd like to use the Async event loop to implement process management, and while that works, forking within async is currently problematic. It's not too difficult to solve that problem, so I suggest we fix the compatibility issues with Async and fork, so that we could implement the process management more trivially.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The current implementation of
async-container
uses raw primitives to implement a simple event loop, but it's frustrating and tricky to use for anything more complex than basic process management.I'd like to use the Async event loop to implement process management, and while that works, forking within async is currently problematic. It's not too difficult to solve that problem, so I suggest we fix the compatibility issues with Async and fork, so that we could implement the process management more trivially.
Beta Was this translation helpful? Give feedback.
All reactions