Home
last modified time | relevance | path

Searched refs:wait_for_future (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/p5-Net-Async-HTTP/Net-Async-HTTP-0.48/t/
H A D06close.t55 wait_for_future( $f[0] );
60 wait_for_future( $f[1] );
67 wait_for_future( $f[2] );
90 wait_for_future( $f[0] );
105 wait_for_future( $f[1] );
H A D31cancel.t75 wait_for_future( $f2 )->get;
97 wait_for_future( $f0 );
124 wait_for_future( $f1 );
138 wait_for_future( $f3 );
H A D30timeout.t145 wait_for_future( $future );
160 wait_for_future( $future );
179 wait_for_future( $future );
200 wait_for_future( $future );
H A D04fail.t64 my $response = wait_for_future( $future )->get;
106 wait_for_future( $future );
134 my $response = wait_for_future( $future )->get;
H A D15conn-errors.t52 wait_for_future( $f1 );
60 wait_for_future( $f2 );
H A D03future.t62 my $response = wait_for_future( $future )->get;
103 my $response = wait_for_future( $future )->get;
H A D91rt100066.t71 wait_for_future( $f2 );
116 wait_for_future( $f2 );
H A D08prepareprocess.t105 wait_for_future( $f )->get;
135 wait_for_future( $f )->get;
H A D05redir.t217 my $response = wait_for_future( $f )->get;
255 my $response = wait_for_future( $f )->get;
H A D19idle.t61 wait_for_future( $f );
H A D17on-write.t61 wait_for_future( $req_f );
H A D32remove.t52 wait_for_future( $f );
H A D90rt99142.t78 wait_for_future( $req_f1 );
H A D40socks.t102 my $response = wait_for_future( $f )->get;
H A D24local-connect-redir-ssl.t111 wait_for_future( $f );
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D41routine.t58 my $f = wait_for_future $returns->recv;
140 $f = wait_for_future $channel->recv;
146 $f = wait_for_future $channel->recv;
188 my $f = wait_for_future $out->recv;
226 my $status_f = wait_for_future $out1->recv;
232 my $result_f = wait_for_future $out2->recv;
298 my $f = wait_for_future $channel->recv;
H A D70future-io.t31 time_about( sub { wait_for_future $f }, 2, 'Future::IO->sleep' );
44 is( ( wait_for_future $f )->get, "Some bytes\n", 'Future::IO->sysread' );
61 is( ( wait_for_future $f )->get, 4, 'Future::IO->syswrite' );
H A D40channel.t127 my $recv_f = wait_for_future $channel_rd->recv;
133 my $eof_f = wait_for_future $channel_rd->recv;
256 my $recv_f = wait_for_future $channel_rd->recv;
H A D42function.t70 wait_for_future my $stop_f = $function->stop;
160 is_deeply( [ ( wait_for_future $f )->get ],
225 my $f = wait_for_future $function->call(
356 my $f = wait_for_future $function->call(
382 my $f = wait_for_future $function->call( args => [ 10, 20, 30 ] );
H A D63handle-connect.t66 my $f = wait_for_future $handle->connect(
H A D50resolver.t368 my $future = wait_for_future $resolver->getaddrinfo(
400 my $future = wait_for_future $resolver->getnameinfo(
H A D39loop-runproccess.t141 wait_for_future $f;
/dports/security/p5-IO-Async-SSL/IO-Async-SSL-0.22/t/
H A D01upgrade.t63 wait_for_future( Future->needs_all( $server_f, $client_f ) );
118 wait_for_future( Future->needs_all( $server_f, $client_f ) );
H A D05utf8.t60 wait_for_future( Future->needs_all( $server_f, $client_f ) );
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DTest.pm210 sub wait_for_future subroutine

12