Revision: | 1.35 |
Committed: | Mon Dec 26 18:48:11 2005 UTC (19 years ago) by root |
Branch: | MAIN |
CVS Tags: | rel-2_0, rel-2_1, rel-1_9, rel-1_7 |
Changes since 1.34: | +1 -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 | Coro/AIO.pm |
25 | |
26 | Coro/libcoro/LICENSE |
27 | Coro/libcoro/coro.h |
28 | Coro/libcoro/coro.c |
29 | Coro/libcoro/conftest.c |
30 | |
31 | t/00_basic.t |
32 | t/01_process.t |
33 | t/02_channel.t |
34 | t/03_cont.t |
35 | t/04_rwlock.t |
36 | t/05_specific.t |
37 | t/06_prio.t |
38 | t/07_eval.t |
39 | t/08_join.t |
40 | t/09_timer.t |
41 | t/10_bugs.t |
42 | |
43 | Event/Makefile.PL |
44 | Event/Event.pm |
45 | Event/Event.xs |
46 | Event/Util.pm |
47 | Event/Handle.pm |
48 | Event/Socket.pm |
49 | Event/Select.pm |
50 | |
51 | Event/t/00_basic.t |
52 | Event/t/01_unblock.t |
53 | |
54 | eg/bench |
55 | eg/prodcons1 |
56 | eg/prodcons2 |
57 | eg/prodcons3 |
58 | eg/attributes |
59 | eg/cont |
60 | eg/event |
61 | eg/lwp |
62 | eg/dns |
63 | eg/myhttpd |
64 | eg/readline |
65 | |
66 | doc/cede-vs-schedule |
67 | |
68 | META.yml Module meta-data in YAML |