The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:POEx-ZMQ DYLAN"

POEx::ZMQ - Asynchronous ZeroMQ sockets for POE River stage one • 1 direct dependent • 1 total dependent

A POE component providing non-blocking ZeroMQ <http://www.zeromq.org> (versions 3.x & 4.x) integration. See POEx::ZMQ::Socket for details on using these sockets and the zmq_socket(3) man page regarding behavior of each socket type. See the zguide <ht...

AVENJ/POEx-ZMQ-0.005007 - 11 Mar 2015 08:42:02 UTC

POEx::ZMQ::FFI - libzmq3+ FFI wrapper for POEx::ZMQ River stage one • 1 direct dependent • 1 total dependent

This is a minimalist FFI::Raw interface to ZeroMQ <http://www.zeromq.org> version 3+, derived from Dylan Cali's ZMQ::FFI (which is where you likely want to look if you're not using POEx::ZMQ). CLASS METHODS find_soname my $soname = POEx::ZMQ::FFI->fi...

AVENJ/POEx-ZMQ-0.005007 - 11 Mar 2015 08:42:02 UTC

POEx::ZMQ::FFI::Socket River stage one • 1 direct dependent • 1 total dependent

An object representing a ZeroMQ socket; used internally by POEx::ZMQ. These are typically created by your POEx::ZMQ::Socket instance and are accessible via the "zsock" attribute: my $backend = $my_sock->zsock; my $sock_ptr = $backend->get_raw_socket;...

AVENJ/POEx-ZMQ-0.005007 - 11 Mar 2015 08:42:02 UTC

POEx::ZMQ::FFI::Context - Backend ZeroMQ context objects for POEx::ZMQ River stage one • 1 direct dependent • 1 total dependent

An object representing a ZeroMQ context. These are typically created via a higher-level mechanism (see POEx::ZMQ) and accessible from your POEx::ZMQ::Socket instance: my $ctx = $my_sock->context; my $keypair = $ctx->generate_keypair; # ... ATTRIBUTES...

AVENJ/POEx-ZMQ-0.005007 - 11 Mar 2015 08:42:02 UTC
4 results (0.029 seconds)