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

Add async cache (futures-aware cache) #7

Merged
merged 15 commits into from
Feb 12, 2021
Merged

Add async cache (futures-aware cache) #7

merged 15 commits into from
Feb 12, 2021

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    51c49a5 View commit details
    Browse the repository at this point in the history
  2. Asynchronous cache: Add future::{Cache, CacheBuilder}

    - Bump the version to v0.2.0.
    - Introduce Cargo featurs: runtime-actix, runtime-async-std and runtime-tokio.
    - Update the CI (GitHub Actions)
    tatsuya6502 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    4a0bd02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1a4dd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    eec1441 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Asynchronous cache: Replace the async timer with the one from async-i…

    …o crate
    
    - Replace the async async timers from tokio, async-std and actix-rt with
      the one from async-io.
    - Change the feature names from "runtime-*" to "future".
    - Create simple integration tests using different async runtimes: tokio,
       async-std and actix-rt.
    - Remove throttle_write_pace
    tatsuya6502 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    526441a View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    tatsuya6502 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    584cdac View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    be15801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e2e26 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    3078ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a57343 View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    tatsuya6502 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d0ec178 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61979b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9ae680 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    583b20c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c0d24e View commit details
    Browse the repository at this point in the history