zmq.rs icon indicating copy to clipboard operation
zmq.rs copied to clipboard

Request: non async option for sockets

Open bkolligs opened this issue 2 years ago • 0 comments

Sometimes I don't want to be limited by the async-await syntax and would rather just interact with the sockets in Rust inside of my own concurrency code. Could this be exposed by just using the underlying sockets?

bkolligs avatar Feb 19 '23 19:02 bkolligs