Home
last modified time | relevance | path

Searched refs:unwatch_child (Results 1 – 3 of 3) sorted by relevance

/dports/devel/p5-AnyEvent/AnyEvent-7.17/lib/AnyEvent/Impl/
H A DIOAsync.pm245 $LOOP->unwatch_child ($pid);
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DLoop.pm3027 ( $self->can( "unwatch_child" ) // 0 ) != \&unwatch_child ) {
3029 return $self->unwatch_child( @_ );
3042 sub unwatch_child { shift->unwatch_process( @_ ) } subroutine
/dports/devel/p5-IO-Async/IO-Async-0.800/
H A DChanges720 * Added the missing 'unwatch_child' method