--- cvsroot/Coro/MANIFEST 2001/08/16 22:09:12 1.23 +++ cvsroot/Coro/MANIFEST 2001/11/06 23:33:22 1.27 @@ -12,6 +12,7 @@ Coro/State.xs Coro/Signal.pm Coro/Semaphore.pm +Coro/SemaphoreSet.pm Coro/Channel.pm Coro/Cont.pm Coro/Specific.pm @@ -22,13 +23,7 @@ Coro/libcoro/LICENSE Coro/libcoro/coro.h Coro/libcoro/coro.c - -Event/Makefile.PL -Event/Event.pm -Event/Event.xs -Event/Util.pm -Event/Handle.pm -Event/Socket.pm +Coro/libcoro/conftest.c t/00_basic.t t/01_process.t @@ -38,6 +33,17 @@ t/05_specific.t t/06_prio.t t/07_eval.t +t/08_join.t + +Event/Makefile.PL +Event/Event.pm +Event/Event.xs +Event/Util.pm +Event/Handle.pm +Event/Socket.pm + +Event/t/00_basic.t +Event/t/01_unblock.t eg/bench eg/prodcons1