Expand description
Macros for use with Tokio
Attribute Macrosยง
- main
- Marks async function to be executed by selected runtime.
- main_
basic - Marks async function to be executed by selected runtime.
- main_
threaded - Marks async function to be executed by selected runtime.
- test
- Marks async function to be executed by runtime, suitable to test environment
- test_
basic - Marks async function to be executed by runtime, suitable to test environment
- test_
threaded - Marks async function to be executed by runtime, suitable to test environment