ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Async-Interrupt/Interrupt.pm
(Generate patch)

Comparing cvsroot/Async-Interrupt/Interrupt.pm (file contents):
Revision 1.28 by root, Wed Nov 23 02:33:48 2011 UTC vs.
Revision 1.29 by root, Tue Apr 24 20:52:35 2012 UTC

495=item $fileno = $async->pipe_fileno 495=item $fileno = $async->pipe_fileno
496 496
497Returns the reading side of the signalling pipe. If no signalling pipe is 497Returns the reading side of the signalling pipe. If no signalling pipe is
498currently attached to the object, it will dynamically create one. 498currently attached to the object, it will dynamically create one.
499 499
500Note that the only valid oepration on this file descriptor is to wait 500Note that the only valid operation on this file descriptor is to wait
501until it is readable. The fd might belong currently to a pipe, a tcp 501until it is readable. The fd might belong currently to a pipe, a tcp
502socket, or an eventfd, depending on the platform, and is guaranteed to be 502socket, or an eventfd, depending on the platform, and is guaranteed to be
503C<select>able. 503C<select>able.
504 504
505=item $async->pipe_autodrain ($enable) 505=item $async->pipe_autodrain ($enable)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines