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.111 by root, Sat Oct 6 21:25:24 2012 UTC vs.
Revision 1.112 by root, Mon Oct 8 23:16:15 2012 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 = 6.09; 48our $VERSION = "6.10";
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