Module Index
cogen
cogen.common
cogen.core
cogen.core.coroutines
cogen.core.events
cogen.core.proactors
cogen.core.proactors.base
cogen.core.proactors.iocp_impl
cogen.core.proactors.poll_impl
cogen.core.proactors.select_impl
cogen.core.proactors.stdlib_epoll_impl
cogen.core.proactors.stdlib_kqueue_impl
cogen.core.pubsub
cogen.core.queue
cogen.core.schedulers
cogen.core.sockets
cogen.core.util
cogen.web
cogen.web.async
cogen.web.wsgi
cogen.core.events
AddCoro
ConnectionClosed
ConnectionError
CoroutineException
Join
OldCall
Operation
OperationTimeout
Signal
Sleep
TimedOperation
WaitForSignal
Class: cogen.core.events.OperationTimeout
Raised when the timeout for a operation expires. The exception message will be the operation
View source