Docs.rs
  • async_sync-0.1.0
    • async_sync 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • packetandpine
    • Dependencies
      • async-std ^1.13.0 normal
      • async-trait ^0.1.83 normal
      • futures ^0.3.31 normal
      • log ^0.4.22 normal
      • thiserror ^1.0 normal
      • tokio ^1 normal
    • Versions
    • 12.5% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

async_sync0.1.0

  • All Items

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions

Crate async_sync

Source

Macros§

sync_to_async
Macro for sync-to-async conversion

Structs§

TaskRunner

Enums§

AsyncSyncError
Backoff
Runtime

Traits§

AsyncTask

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