Expand description
see https://github.com/acl-dev/open-coroutine
Macros§
- Grows the call stack if necessary.
- Create a task.
Structs§
Functions§
- Opens a TCP connection to a remote host.
- Init the open-coroutine.
- Create a coroutine.
- Shutdown the open-coroutine.
- Create a task.
Attribute Macros§
- use this macro like
#[open_coroutine::main(event_loop_size = 2, max_size = 2, keep_alive_time = 0)]
.