Net::Async::ZMQ::Socket - Use a ZMQ socket asynchronously using IO::Async
version 0.002
A subclass of IO::Async::Handle that works with ZMQ sockets.
It currently handles sockets from ZMQ::LibZMQ3, ZMQ::LibZMQ4, and ZMQ::FFI on both Unix-like systems and Windows.
IO::Async::Handle
method configure( %params )
method socket()
Returns the underlying ZMQ socket. See the socket parameter.
socket
A ZMQ socket.
Takes the type
InstanceOf['ZMQ::LibZMQ3::Socket'] | InstanceOf['ZMQ::LibZMQ4::Socket'] | ConsumerOf['ZMQ::FFI::SocketRole']
Zakariyya Mughal <zmughal@cpan.org>
This software is copyright (c) 2017 by Zakariyya Mughal.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Net::Async::ZMQ, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Net::Async::ZMQ
CPAN shell
perl -MCPAN -e shell install Net::Async::ZMQ
For more information on module installation, please visit the detailed CPAN module installation guide.