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
This is a TODO from the API refactoring, which simplified the receive-queueing to replace the @queue of blocks with the simpler @message_queue. Calling user blocks with the mutex locked can easily lead to deadlocks, and there's a pending spec which does just that.
The text was updated successfully, but these errors were encountered:
This is a TODO from the API refactoring, which simplified the receive-queueing to replace the
@queue
of blocks with the simpler@message_queue
. Calling user blocks with the mutex locked can easily lead to deadlocks, and there's a pending spec which does just that.The text was updated successfully, but these errors were encountered: