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
Currently, link breakages are delivered cooperatively. This is undesirable behavior in the case of processes that have long running message handlers and processes spawned from an anonymous function, which might never yield execution to an error handler. We need the ability to deliver an interrupt to the fiber running a particular process.
The text was updated successfully, but these errors were encountered:
Currently, link breakages are delivered cooperatively. This is undesirable behavior in the case of processes that have long running message handlers and processes spawned from an anonymous function, which might never yield execution to an error handler. We need the ability to deliver an interrupt to the fiber running a particular process.
The text was updated successfully, but these errors were encountered: