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
Summary:
Define how fiber schedulers behave across fork: the child should start in a clean state, with hooks to reinitialize or discard scheduler data safely.
Why it matters: fork + async currently work inconsistently. This project makes forking predictable, allowing libraries and apps to do post-fork setup (e.g., reconnect I/O, restart loops) correctly and safely.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Summary:
Define how fiber schedulers behave across
fork: the child should start in a clean state, with hooks to reinitialize or discard scheduler data safely.Why it matters:
fork+ async currently work inconsistently. This project makes forking predictable, allowing libraries and apps to do post-fork setup (e.g., reconnect I/O, restart loops) correctly and safely.Beta Was this translation helpful? Give feedback.
All reactions