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
Sockets and their current send/recv methods are very close to native Rust Stream/Sink trait. IMHO we could think about implementing this trait for some/all sockets where appropriate.
This will allow us to easily use zmq sockets with already existing stream combinators and could provide massive benefits in usability
The text was updated successfully, but these errors were encountered:
Sockets and their current send/recv methods are very close to native Rust Stream/Sink trait. IMHO we could think about implementing this trait for some/all sockets where appropriate.
This will allow us to easily use zmq sockets with already existing stream combinators and could provide massive benefits in usability
The text was updated successfully, but these errors were encountered: