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.87 by root, Fri Oct 2 19:55:59 2009 UTC vs.
Revision 1.88 by root, Fri Dec 11 18:32:23 2009 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.2; 48our $VERSION = 5.21;
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