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

Comparing Coro/Coro/State.xs (file contents):
Revision 1.389 by root, Fri Mar 4 16:41:21 2011 UTC vs.
Revision 1.390 by root, Thu Mar 31 01:36:58 2011 UTC

3395cancel (Coro::State self) 3395cancel (Coro::State self)
3396 CODE: 3396 CODE:
3397 coro_state_destroy (aTHX_ self); 3397 coro_state_destroy (aTHX_ self);
3398 coro_call_on_destroy (aTHX_ self); /* actually only for Coro objects */ 3398 coro_call_on_destroy (aTHX_ self); /* actually only for Coro objects */
3399 3399
3400
3401SV * 3400SV *
3402enable_times (int enabled = enable_times) 3401enable_times (int enabled = enable_times)
3403 CODE: 3402 CODE:
3404{ 3403{
3405 RETVAL = boolSV (enable_times); 3404 RETVAL = boolSV (enable_times);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines