-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 51c49a5 - Browse repository at this point
Copy the full SHA 51c49a5View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 4a0bd02 - Browse repository at this point
Copy the full SHA 4a0bd02View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a4dd6 - Browse repository at this point
Copy the full SHA d1a4dd6View commit details
Commits on Feb 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eec1441 - Browse repository at this point
Copy the full SHA eec1441View commit details
Commits on Feb 10, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 526441a - Browse repository at this point
Copy the full SHA 526441aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 584cdac - Browse repository at this point
Copy the full SHA 584cdacView commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for be15801 - Browse repository at this point
Copy the full SHA be15801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e2e26 - Browse repository at this point
Copy the full SHA 32e2e26View commit details
Commits on Feb 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3078ccc - Browse repository at this point
Copy the full SHA 3078cccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a57343 - Browse repository at this point
Copy the full SHA 9a57343View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ec178 - Browse repository at this point
Copy the full SHA d0ec178View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61979b6 - Browse repository at this point
Copy the full SHA 61979b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9ae680 - Browse repository at this point
Copy the full SHA f9ae680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 583b20c - Browse repository at this point
Copy the full SHA 583b20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0d24e - Browse repository at this point
Copy the full SHA 5c0d24eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.