zeromq / zmq.rs

A native implementation of ØMQ in Rust
https://crates.io/crates/zeromq
MIT License
1.13k stars 94 forks source link

Request: non async option for sockets #175

Open bkolligs opened 1 year ago

bkolligs commented 1 year ago

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?