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.10 by root, Fri Aug 10 21:03:40 2001 UTC vs.
Revision 1.11 by root, Sat Aug 11 00:37:32 2001 UTC

19package Coro::Handle; 19package Coro::Handle;
20 20
21use Errno (); 21use Errno ();
22use base 'Exporter'; 22use base 'Exporter';
23 23
24$VERSION = 0.13; 24$VERSION = 0.45;
25 25
26@EXPORT = qw(unblock); 26@EXPORT = qw(unblock);
27 27
28=item $fh = new_from_fh Coro::Handle $fhandle [, arg => value...] 28=item $fh = new_from_fh Coro::Handle $fhandle [, arg => value...]
29 29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines