libzmq
Description:
The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns,
message filtering (subscriptions), seamless access to multiple transport protocols and more.
Content:
Namespaces:
- ZMQ
Classes:
Structs:
Enums:
Constants:
Delegates:
- public delegate void free_fn (void* data)
Methods:
- public int errno ()
- public unowned string strerror (int errnum)
- public void version (out int major, out int minor, out int patch)
- POLL
Structs:
Constants:
- public const short ERR
- public const short IN
- public const short OUT
Methods:
- VERSION
Constants: