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
Copy/pasting this code makes the code panic with a WouldBlock error when accessed from different threads. I think the examples should be safe by default, either by using .lock().unwrap(), or by handling locking errors.
The text was updated successfully, but these errors were encountered:
Copy/pasting this code makes the code panic with a
WouldBlock
error when accessed from different threads. I think the examples should be safe by default, either by using.lock().unwrap()
, or by handling locking errors.The text was updated successfully, but these errors were encountered: