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
Previously, saturating the buffer would crash, due to attempting
1/ to re-acquire a lock and 2/ to release it from another task.
Test backpressure in the asyncio and threading implementations.
0 commit comments