… | … | ||
---|---|---|---|
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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |