The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ZMQ::Raw::Context - ZeroMQ Context class

VERSION

version 0.15

DESCRIPTION

A ZMQ::Raw::Context represents a ZeroMQ context.

METHODS

new( )

Create a new ZeroMQ context.

set( $option, $value )

Set a ZeroMQ context option.

shutdown( )

Shutdown the ZeroMQ context. Context shutdown will cause any blocking operations currently in progress on sockets open within the context to return immediately with an error code of ETERM. Any further operations on sockets open within the context shall also fail with an erro code of ETERM.

AUTHOR

Jacques Germishuys <jacquesg@striata.com>

LICENSE AND COPYRIGHT

Copyright 2017 Jacques Germishuys.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.