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
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
@queue doesn't get re-initialized on fork currently. It's not as easy as switching ||= to = though, because we want to keep the queue if the worker thread dies for any other reason than fork.
I pushed up a failing test in the fork_double_send branch.
@queuedoesn't get re-initialized on fork currently. It's not as easy as switching||=to=though, because we want to keep the queue if the worker thread dies for any other reason thanfork.