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

Comparing Coro/Event/Event.xs (file contents):
Revision 1.10 by root, Thu Nov 23 23:54:02 2006 UTC vs.
Revision 1.11 by root, Fri Nov 24 00:10:40 2006 UTC

63prepare_hook (void *data) 63prepare_hook (void *data)
64{ 64{
65 while (CORO_NREADY) 65 while (CORO_NREADY)
66 CORO_CEDE; 66 CORO_CEDE;
67 67
68 return 1e20; 68 return 1e10;
69} 69}
70 70
71MODULE = Coro::Event PACKAGE = Coro::Event 71MODULE = Coro::Event PACKAGE = Coro::Event
72 72
73PROTOTYPES: ENABLE 73PROTOTYPES: ENABLE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines