ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Handle.pm
(Generate patch)

Comparing Coro/Coro/Handle.pm (file contents):
Revision 1.94 by root, Sun Nov 14 02:38:01 2010 UTC vs.
Revision 1.95 by root, Sun Feb 13 04:39:15 2011 UTC

43 43
44use AnyEvent::Util qw(WSAEWOULDBLOCK WSAEINPROGRESS); 44use AnyEvent::Util qw(WSAEWOULDBLOCK WSAEINPROGRESS);
45 45
46use base 'Exporter'; 46use base 'Exporter';
47 47
48our $VERSION = 5.25; 48our $VERSION = 5.26;
49our @EXPORT = qw(unblock); 49our @EXPORT = qw(unblock);
50 50
51=item $fh = new_from_fh Coro::Handle $fhandle [, arg => value...] 51=item $fh = new_from_fh Coro::Handle $fhandle [, arg => value...]
52 52
53Create a new non-blocking io-handle using the given 53Create a new non-blocking io-handle using the given

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines