Revision: | 1.46 |
Committed: | Mon Jan 8 01:22:27 2007 UTC (17 years, 8 months ago) by root |
Branch: | MAIN |
CVS Tags: | rel-3_41, rel-3_55, rel-3_51, rel-3_4, rel-3_5, rel-3_501 |
Changes since 1.45: | +0 -1 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/state.h |
15 | Coro/Signal.pm |
16 | Coro/Semaphore.pm |
17 | Coro/SemaphoreSet.pm |
18 | Coro/Channel.pm |
19 | Coro/Specific.pm |
20 | Coro/RWLock.pm |
21 | Coro/MakeMaker.pm |
22 | Coro/CoroAPI.h |
23 | Coro/AIO.pm |
24 | Coro/Util.pm |
25 | Coro/LWP.pm |
26 | Coro/Select.pm |
27 | Coro/Handle.pm |
28 | Coro/Socket.pm |
29 | Coro/Timer.pm |
30 | |
31 | Coro/libcoro/LICENSE |
32 | Coro/libcoro/coro.h |
33 | Coro/libcoro/coro.c |
34 | Coro/libcoro/conftest.c |
35 | |
36 | t/00_basic.t |
37 | t/01_process.t |
38 | t/02_channel.t |
39 | t/04_rwlock.t |
40 | t/05_specific.t |
41 | t/06_prio.t |
42 | t/07_eval.t |
43 | t/08_join.t |
44 | t/10_bugs.t |
45 | t/11_deadlock.t |
46 | |
47 | Event/Makefile.PL |
48 | Event/Event.pm |
49 | Event/Event.xs |
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/event |
60 | eg/lwp |
61 | eg/dns |
62 | eg/myhttpd |
63 | eg/readline |
64 | |
65 | doc/cede-vs-schedule |
66 | |
67 | META.yml Module meta-data in YAML |