erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
900 stars 194 forks source link

Add `PollItem::set_events` #194

Closed rotty closed 7 years ago

rotty commented 7 years ago

This rectifies missing API coverage: there was previously no way to construct a PollItem from an arbitrary file descriptor with a non-zero event field.

Fixes #193.