Expand description
see https://github.com/acl-dev/open-coroutine
Modules§
- Coroutine pool abstraction and impl.
- Common traits and impl.
- Configuration for
EventLoops
.
- net abstraction and impl.
- Scheduler impls.
- Syscall impl.
Macros§
- Catch panic.
- Create a new coroutine.
- Constructs an event at the error level.
- Fast impl
Current
for a type. This crate usestd
cause#![no_std]
not supportthread_local!
. - Fast impl
Display
trait forDebug
types. - Fast impl
Eq
forNamed
types. - Fast impl common traits for
Named
types. Check https://www.rustwiki.org.cn/en/reference/introduction.html for help information. - Fast impl
std::hash::Hash
forNamed
types. - Fast impl
Ord
forNamed
types. - Constructs an event at the info level.
- Constructs an event at the trace level.
- Constructs an event at the warn level.