Attribute Macrosยง
- async_
std_ main - Enables an async main function that uses the async-std runtime.
- async_
std_ test - Registers an
async-std
test with thepyo3-asyncio
test harness. - tokio_
main - Enables an async main function that uses the tokio runtime.
- tokio_
test - Registers a
tokio
test with thepyo3-asyncio
test harness.