jean-airoldie / libzmq-rs

A strict subset of ØMQ with an ergonomic API.
https://jean-airoldie.github.io/libzmq-rs/
Apache License 2.0
58 stars 4 forks source link

Added {send,recv}_batch_size option #100

Closed jean-airoldie closed 5 years ago

jean-airoldie commented 5 years ago

Allows for specifying the maximal amount of messages processed in a single I/O operation, when receiving of sending.