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
Sending into a flume channel is not cancel-safe. We use select! in our "actors" a lot.
Here is a discussion about flume cancel safety. It seems that while recv_async is cancel-safe, send_async is not, in a subtle way. We should look for places where we send from a select! statement and see if they could be affected.
Sending into a flume channel is not cancel-safe. We use select! in our "actors" a lot.
Here is a discussion about flume cancel safety. It seems that while recv_async is cancel-safe, send_async is not, in a subtle way. We should look for places where we send from a select! statement and see if they could be affected.
zesterer/flume#104
The text was updated successfully, but these errors were encountered: