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

Comparing Coro/README (file contents):
Revision 1.1 by root, Tue Mar 8 20:18:13 2005 UTC vs.
Revision 1.2 by root, Sat Aug 20 01:10:22 2005 UTC

127 from the same thread (this requirement might be losened in the future 127 from the same thread (this requirement might be losened in the future
128 to allow per-thread schedulers, but Coro::State does not yet allow 128 to allow per-thread schedulers, but Coro::State does not yet allow
129 this). 129 this).
130 130
131SEE ALSO 131SEE ALSO
132 Coro::Channel, Coro::Cont, Coro::Specific, Coro::Semaphore, 132 Support/Utility: Coro::Cont, Coro::Specific, Coro::State, Coro::Util.
133 Coro::Signal, Coro::State, Coro::Timer, Coro::Event, Coro::Handle, 133
134 Coro::RWLock, Coro::Socket. 134 Locking/IPC: Coro::Signal, Coro::Channel, Coro::Semaphore,
135 Coro::SemaphoreSet, Coro::RWLock.
136
137 Event/IO: Coro::Timer, Coro::Event, Coro::Handle, Coro::Socket,
138 Coro::Select.
139
140 Embedding: <Coro:MakeMaker>
135 141
136AUTHOR 142AUTHOR
137 Marc Lehmann <schmorp@schmorp.de> 143 Marc Lehmann <schmorp@schmorp.de>
138 http://home.schmorp.de/ 144 http://home.schmorp.de/
139 145

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines