Future-Uring

 view release on metacpan or  search on metacpan

lib/Future/Uring.pm  view on Meta::CPAN

=item * base

A dirhandle that acts as the base of any relative C<$path>. Defaults to the current working directory (represented by undef).

=back

=head2 nop

 await Future::Uring::nop(%options);

This will do absolutely nothing. This can be useful though if you want to run some code after submissions have been made or need to keep something alive until that point.

=head2 open

 my $handle = await Future::Uring::open($filename, $mode = '<', %options);

This opens a file, and returns it as a new L<handle|Future::Uring::Handle>.

This takes several additional options:

=over 4



( run in 0.667 second using v1.01-cache-2.11-cpan-39bf76dae61 )