AnyMQ-ZeroMQ
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/AnyMQ/Trait/ZeroMQ.pm view on Meta::CPAN
$self->update_topic_subscriptions;
# for now just use $cb as ref, should generate some unique
# id in the future
my $ref = $cb;
return $ref;
}
# this controls what events we are subscribed to in ZMQ
sub update_topic_subscriptions {
my ($self) = @_;
my @topics = $self->subscription_topics;
# update list of topics we are subscribed to
# FIXME: use trait::topics
# $self->_zmq_sub->topics(\@topics);
}
sub unsubscribe {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.819 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )