Crate pyo3_asyncio_macros[][src]

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 the pyo3-asyncio test harness.

tokio_main

Enables an async main function that uses the tokio runtime.

tokio_test

Registers a tokio test with the pyo3-asyncio test harness.