ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-XSThreadPool/XSThreadPool.pm
(Generate patch)

Comparing AnyEvent-XSThreadPool/XSThreadPool.pm (file contents):
Revision 1.1 by root, Thu Jun 25 21:08:51 2015 UTC vs.
Revision 1.2 by root, Thu Jun 25 21:24:18 2015 UTC

40 40
41sub DESTROY { 41sub DESTROY {
42 &_destroy; 42 &_destroy;
43} 43}
44 44
45=item $pool->req (REQUEST_TYPE, [request-args], $callback)
46
47=item $fd = $pool->fileno
48
49=item $nreqs = $pool->nreqs
50
51=item $nready = $pool->nready
52
53=item $npending = $pool->npending
54
55=item $threadcount = $pool->nthreads
56
57=item $pool->max_poll_time ($seconds)
58
59=item $pool->max_poll_reqs ($maxreqs)
60
61=item $pool->idle_timeout ($seconds)
62
63=item $pool->max_idle ($threads)
64
65=item $pool->min_parallel ($nthreads)
66
67=item $pool->max_parallel ($nthreads)
68
45=back 69=back
46 70
47=head1 AUTHOR 71=head1 AUTHOR
48 72
49 Marc Lehmann <schmorp@schmorp.de> 73 Marc Lehmann <schmorp@schmorp.de>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines