Home
last modified time | relevance | path

Searched refs:invoke_error (Results 1 – 8 of 8) sorted by relevance

/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D04notifier.t178 ok( exception { $parent->invoke_error( "It went wrong", wrong => ) },
185 ok( !exception { $parent->invoke_error( "It's still wrong", wrong => ) },
189 ok( !exception { $child->invoke_error( "Wrong on child", wrong => ) },
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DNotifier.pm356 $self->invoke_error( $f->failure ) if $f->is_failed;
963 sub invoke_error subroutine
973 return $parent->invoke_error( @_ );
H A DListener.pm302 $self->invoke_error( "accept() failed - $dollarbang", accept => $socket, $dollarbang );
/dports/net-im/p5-Net-Async-XMPP/Net-Async-XMPP-0.003/lib/Net/Async/XMPP/
H A DProtocol.pod74 …_printf>, L<get_loop|IO::Async::Notifier/get_loop>, L<invoke_error|IO::Async::Notifier/invoke_erro…
H A DClient.pod62 …_printf>, L<get_loop|IO::Async::Notifier/get_loop>, L<invoke_error|IO::Async::Notifier/invoke_erro…
/dports/deskutils/just/just-0.10.5/tests/
H A Dedit.rs30 fn invoke_error() { in invoke_error() function
/dports/www/p5-Net-Async-HTTP/Net-Async-HTTP-0.48/lib/Net/Async/HTTP/
H A DConnection.pm176 $self->invoke_error( "Spurious on_read of connection while idle",
482 $self->invoke_error( $e, perl => );
/dports/devel/p5-IO-Async/IO-Async-0.800/
H A DChanges239 * Added $notifier->invoke_error and 'on_error' event