cogen.core.proactors
Network code.
-
cogen.core.proactors.get_first(*imps)
- Returns the first result that evaluates to true from a list of callables.
-
cogen.core.proactors.has_any()
- Returns the best available proactor implementation for the current platform.
-
cogen.core.proactors.has_ctypes_iocp()
-
cogen.core.proactors.has_epoll()
-
cogen.core.proactors.has_iocp()
-
cogen.core.proactors.has_kqueue()
-
cogen.core.proactors.has_poll()
-
cogen.core.proactors.has_select()
-
cogen.core.proactors.has_stdlib_epoll()
-
cogen.core.proactors.has_stdlib_kqueue()