nim-lang / nim-zmq

Nim ZMQ wrapper
https://nim-lang.github.io/nim-zmq/zmq.html
MIT License
67 stars 17 forks source link

Added examples, high level API, fixed TPollItem #15

Closed Clonkk closed 4 years ago

Clonkk commented 4 years ago

Added high level API for send / receive with flag (SNDMORE). Added get/set sockopt high level functions. Added high level poll functions. Added high level functions for PSocket type. Added more example. Fixed TPollItem definition (see https://github.com/nim-lang/nim-zmq/issues/14)