Async Cache#6
Open
nicolaslara wants to merge 42 commits into
Open
Conversation
They actually do as of this commit, and the middleware appears to work fine, but I'm sure there's some threading issues to be caught if nothing else.
…go#4) * Add decorator to mark middleware as async; fix middleware tests * Simplify async middleware decorator * Don't log about adapting middleware if DEBUG is false
…he unnecessary open threads
…ethods on ipython
… can be generalized
They actually do as of this commit, and the middleware appears to work fine, but I'm sure there's some threading issues to be caught if nothing else.
…go#4) * Add decorator to mark middleware as async; fix middleware tests * Simplify async middleware decorator * Don't log about adapting middleware if DEBUG is false
1df9d06 to
a22d053
Compare
9ecc9b4 to
2c1d742
Compare
c637aef to
f8d0904
Compare
f8d0904 to
ce8cfbf
Compare
c3a94e3 to
c86f88b
Compare
fe0ddbc to
97ead93
Compare
40ca60c to
fc0fa72
Compare
|
Hey! Any news on async cache? I would be very glad to help |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ToDo: