Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tough: migrate to async #687

Merged
merged 1 commit into from
Nov 3, 2023
Merged

tough: migrate to async #687

merged 1 commit into from
Nov 3, 2023

Commits on Nov 3, 2023

  1. tough: migrate to async

    Depend on tokio for all IO access and convert all related interfaces to
    async.
    Replace `std::io::Read` with `futures_core::stream::Stream` for
    hopefully seamless migration once `std::async_iter` stabilized.
    Use async-compatible locks from tokio and coincidentally fix a locking issue in
    datastore.
    
    This also affects the crates tough-kms, tough-ssm and tuftool.
    phu-cinemo committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c8361e8 View commit details
    Browse the repository at this point in the history