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.133 by root, Fri Oct 16 23:42:56 2015 UTC vs.
Revision 1.134 by root, Fri Jun 17 16:29:50 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines