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