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

Comparing Coro/Coro/CoroAPI.h (file contents):
Revision 1.7 by root, Sat Nov 25 00:40:26 2006 UTC vs.
Revision 1.8 by root, Sun Nov 26 02:16:19 2006 UTC

29 29
30 /* internal */ 30 /* internal */
31 /*struct coro *(*sv_to_coro)(SV *arg, const char *funcname, const char *varname);*/ 31 /*struct coro *(*sv_to_coro)(SV *arg, const char *funcname, const char *varname);*/
32 32
33 /* public, state */ 33 /* public, state */
34 void (*transfer)(pTHX_ SV *prev, SV *next, int flags); 34 void (*transfer)(SV *prev, SV *next, int flags);
35 35
36 /* public, coro */ 36 /* public, coro */
37 void (*schedule)(void); 37 void (*schedule)(void);
38 void (*cede)(void); 38 void (*cede)(void);
39 void (*ready)(SV *sv); 39 void (*ready)(SV *sv);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines