Revision: | 1.33 |
Committed: | Wed Aug 27 01:38:42 2003 UTC (21 years, 5 months ago) by pcg |
Branch: | MAIN |
CVS Tags: | rel-1_1, rel-1_0, rel-1_2, rel-1_5, rel-1_4, rel-1_31 |
Changes since 1.32: | +2 -0 lines |
Log Message: | *** empty log message *** |
# | Content |
---|---|
1 | README |
2 | README.linux-glibc |
3 | Changes |
4 | MANIFEST |
5 | COPYING |
6 | INSTALL |
7 | Makefile.PL |
8 | |
9 | Coro.pm |
10 | Coro/Makefile.PL |
11 | Coro/typemap |
12 | Coro/State.pm |
13 | Coro/State.xs |
14 | Coro/Signal.pm |
15 | Coro/Semaphore.pm |
16 | Coro/SemaphoreSet.pm |
17 | Coro/Channel.pm |
18 | Coro/Cont.pm |
19 | Coro/Specific.pm |
20 | Coro/RWLock.pm |
21 | Coro/Timer.pm |
22 | Coro/MakeMaker.pm |
23 | Coro/CoroAPI.h |
24 | |
25 | Coro/libcoro/LICENSE |
26 | Coro/libcoro/coro.h |
27 | Coro/libcoro/coro.c |
28 | Coro/libcoro/conftest.c |
29 | |
30 | t/00_basic.t |
31 | t/01_process.t |
32 | t/02_channel.t |
33 | t/03_cont.t |
34 | t/04_rwlock.t |
35 | t/05_specific.t |
36 | t/06_prio.t |
37 | t/07_eval.t |
38 | t/08_join.t |
39 | t/09_timer.t |
40 | |
41 | Event/Makefile.PL |
42 | Event/Event.pm |
43 | Event/Event.xs |
44 | Event/Util.pm |
45 | Event/Handle.pm |
46 | Event/Socket.pm |
47 | Event/Select.pm |
48 | |
49 | Event/t/00_basic.t |
50 | Event/t/01_unblock.t |
51 | |
52 | eg/bench |
53 | eg/prodcons1 |
54 | eg/prodcons2 |
55 | eg/prodcons3 |
56 | eg/attributes |
57 | eg/cont |
58 | eg/event |
59 | eg/lwp |
60 | eg/dns |
61 | eg/myhttpd |
62 | eg/readline |
63 | |
64 | doc/cede-vs-schedule |
65 | |
66 | META.yml Module meta-data in YAML |