Home
last modified time | relevance | path

Searched refs:_capture_weakself (Results 1 – 16 of 16) sorted by relevance

/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D04notifier.t48 my $mref = $notifier->_capture_weakself( sub { @args = @_ } );
56 $notifier->_capture_weakself( sub {
77 ok( exception { $notifier->_capture_weakself( 'cannotdo' ) },
93 my $mref = $subn->_capture_weakself( 'frobnicate' );
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DFunction.pm228 on_expire => $self->_capture_weakself( sub {
524 $future->on_done( $self->_capture_weakself( sub {
528 $future->on_fail( $self->_capture_weakself( sub {
599 on_finish => $self->_capture_weakself( sub {
777 $worker->_capture_weakself( sub {
795 $worker->_capture_weakself( sub {
802 )->on_ready( $worker->_capture_weakself( sub {
H A DNotifier.pm350 $f->on_ready( $self->_capture_weakself( sub {
647 sub _capture_weakself subroutine
780 return $self->_capture_weakself(
808 return $self->_capture_weakself(
H A DProtocol.pm231 on_closed => $self->_capture_weakself( sub {
H A DProcess.pm533 on_exit => $self->_capture_weakself( sub {
551 ->on_done( $self->_capture_weakself( sub {
H A DChannel.pm454 on_read => $self->_capture_weakself( '_on_stream_read' )
H A DHandle.pm496 $self->_capture_weakself( sub {
H A DRoutine.pm436 on_joined => $self->_capture_weakself( sub {
H A DStream.pm1163 $f->on_cancel( $self->_capture_weakself( sub {
/dports/net-im/p5-Net-Async-XMPP/Net-Async-XMPP-0.003/lib/Net/Async/XMPP/
H A DProtocol.pm45 on_queued_write => $self->_capture_weakself(sub {
57 on_starttls => $self->_capture_weakself(sub {
108 on_upgraded => $self->_capture_weakself(sub {
H A DClient.pm72 on_connected => $self->_capture_weakself(sub {
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/Timer/
H A DAbsolute.pm120 return $self->_capture_weakself( sub {
H A DCountdown.pm146 return $self->_capture_weakself( sub {
H A DPeriodic.pm228 return $self->_capture_weakself( sub {
/dports/www/p5-Net-Async-HTTP/Net-Async-HTTP-0.48/lib/Net/Async/
H A DHTTP.pm853 my $future = &repeat( $self->_capture_weakself( sub {
904 on_header => $self->_capture_weakself( sub {
988 $future->on_done( $self->_capture_weakself( sub {
/dports/devel/p5-IO-Async/IO-Async-0.800/
H A DChanges517 * Don't convert method names to CODErefs during _capture_weakself as