Expand description
A thread-unsafe runtime for thread-unsafe people.
Modules§
- channel
alloc
- An MPMC channel.
- executor
executor
- An asynchronous executor.
- lock
- Asynchronous locking primitives.
Structs§
- Event
- Wait for an event to occur.
- Event
Listener - A listener for an event.
- Event
Listener Rc alloc
- A listener for an event over an
Rc
.