Macros§
- sync_
to_ async - Macro for sync-to-async conversion
Structs§
Enums§
Traits§
Functions§
- aggregate_
results - async_
to_ sync - Runs an async function in a synchronous context.
- parallel_
sync_ to_ async - sync_
to_ async_ with_ args - sync_
to_ async_ with_ diagnostics - sync_
to_ async_ with_ logging - sync_
to_ async_ with_ retries - sync_
to_ async_ with_ runtime - sync_
to_ async_ with_ timeout - Converts a synchronous function to async, with an optional timeout.
- sync_
to_ async_ with_ timeout_ and_ cleanup