… | |
… | |
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 | |
131 | SEE ALSO |
131 | SEE 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 | |
136 | AUTHOR |
142 | AUTHOR |
137 | Marc Lehmann <schmorp@schmorp.de> |
143 | Marc Lehmann <schmorp@schmorp.de> |
138 | http://home.schmorp.de/ |
144 | http://home.schmorp.de/ |
139 | |
145 | |