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.98 by root, Mon Feb 21 13:38:03 2011 UTC vs.
Revision 1.99 by root, Wed Feb 23 07:14:21 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.371; 48our $VERSION = 5.372;
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