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
I'd like to use the future mpsc with notify so I can get something similar to http://hermanradtke.com/2017/03/03/future-mpsc-queue-with-tokio.html working. I want something that has the futures interface so I can easily plug it in without a dedicated thread for receiving events. Does that seem reasonable?
The text was updated successfully, but these errors were encountered:
xrl
changed the title
Suitability with futures/cpu_pool
Suitability with futures mpsc/cpu_pool
Jun 7, 2017
I'd like to use the future mpsc with notify so I can get something similar to http://hermanradtke.com/2017/03/03/future-mpsc-queue-with-tokio.html working. I want something that has the futures interface so I can easily plug it in without a dedicated thread for receiving events. Does that seem reasonable?
The text was updated successfully, but these errors were encountered: