ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Intro.pod
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Intro.pod (file contents):
Revision 1.25 by root, Sat Jul 25 02:46:37 2009 UTC vs.
Revision 1.26 by root, Thu Dec 24 10:07:06 2009 UTC

391AnyEvent offers. 391AnyEvent offers.
392 392
393=head2 Timers and other event sources 393=head2 Timers and other event sources
394 394
395So far, we have only used I/O watchers. These are useful mainly to find 395So far, we have only used I/O watchers. These are useful mainly to find
396out whether a Socket has data to read, or space to write more data. On sane 396out whether a socket has data to read, or space to write more data. On sane
397operating systems this also works for console windows/terminals (typically 397operating systems this also works for console windows/terminals (typically
398on standard input), serial lines, all sorts of other devices, basically 398on standard input), serial lines, all sorts of other devices, basically
399almost everything that has a file descriptor but isn't a file itself. (As 399almost everything that has a file descriptor but isn't a file itself. (As
400usual, "sane" excludes windows - on that platform you would need different 400usual, "sane" excludes windows - on that platform you would need different
401functions for all of these, complicating code immensely - think "socket 401functions for all of these, complicating code immensely - think "socket

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines