File: README

package info (click to toggle)
libanyevent-aio-perl 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 14; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 968 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
NAME
    AnyEvent::AIO - truly asynchronous file and directory I/O

SYNOPSIS
       use AnyEvent::AIO;
       use IO::AIO;

       # can now use any of the aio requests your IO::AIO module supports
       # as long as you use an event loop supported by AnyEvent.

DESCRIPTION
    This module is an AnyEvent user, you need to make sure that you use and
    run a supported event loop.

    Loading this module will install the necessary magic to seamlessly
    integrate IO::AIO into AnyEvent, i.e. you no longer need to concern
    yourself with calling "IO::AIO::poll_cb" or any of that stuff (you still
    can, but this module will do it in case you don't).

    The AnyEvent watcher can be disabled by executing "undef
    $AnyEvent::AIO::WATCHER". Please notify the author of when and why you
    think this was necessary.

SEE ALSO
    AnyEvent, Coro::AIO (for a more natural syntax).

AUTHOR
     Marc Lehmann <schmorp@schmorp.de>
     http://home.schmorp.de/