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

Conversation

tatsuya6502
Copy link
Member

@tatsuya6502 tatsuya6502 commented Feb 8, 2021

  • Bump the version to v0.20.0.
  • Add the asynchronous cache future::Cache with the builder future::Builder.
  • Add Cargo feature called "future".
  • Update the CI (GitHub Actions)

- Bump the version to v0.2.0.
- Introduce Cargo featurs: runtime-actix, runtime-async-std and runtime-tokio.
- Update the CI (GitHub Actions)
…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 tatsuya6502 marked this pull request as ready for review February 12, 2021 10:52
@tatsuya6502 tatsuya6502 self-assigned this Feb 12, 2021
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good to me.

@tatsuya6502 tatsuya6502 changed the title Async cache Add async (futures aware) cache Feb 12, 2021
@tatsuya6502 tatsuya6502 changed the title Add async (futures aware) cache Add async cache (futures-aware cache) Feb 12, 2021
@tatsuya6502 tatsuya6502 merged commit 5020a92 into master Feb 12, 2021
@tatsuya6502 tatsuya6502 deleted the async-cache branch February 12, 2021 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant