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

Comparing Coro/eg/myhttpd (file contents):
Revision 1.9 by root, Wed Apr 11 02:49:39 2007 UTC vs.
Revision 1.10 by root, Wed Apr 11 02:50:01 2007 UTC

62 schedule; 62 schedule;
63 } 63 }
64 } 64 }
65} 65}
66 66
67# move the event main loop into a coroutine
67async { loop }; 68async { loop };
68 69
69slog 1, "accepting connections"; 70slog 1, "accepting connections";
70while () { 71while () {
71 $connections->down; 72 $connections->down;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines