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

Comparing Coro/Coro.pm (file contents):
Revision 1.177 by root, Mon Apr 14 11:28:59 2008 UTC vs.
Revision 1.178 by root, Thu Apr 17 22:33:10 2008 UTC

178 } 178 }
179}; 179};
180$manager->desc ("[coro manager]"); 180$manager->desc ("[coro manager]");
181$manager->prio (PRIO_MAX); 181$manager->prio (PRIO_MAX);
182 182
183# static methods. not really.
184
185=back 183=back
186 184
187=head2 STATIC METHODS 185=head2 STATIC METHODS
188 186
189Static methods are actually functions that operate on the current coroutine only. 187Static methods are actually functions that operate on the current coroutine only.
339 } 337 }
340} 338}
341 339
342=back 340=back
343 341
344# dynamic methods
345
346=head2 COROUTINE METHODS 342=head2 COROUTINE METHODS
347 343
348These are the methods you can call on coroutine objects. 344These are the methods you can call on coroutine objects.
349 345
350=over 4 346=over 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines