-
Notifications
You must be signed in to change notification settings - Fork 23
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
Minimal async decoder support #46
Draft
rklaehn
wants to merge
10
commits into
oconnor663:master
Choose a base branch
from
n0-computer:minimal-async-decoder-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Minimal async decoder support #46
rklaehn
wants to merge
10
commits into
oconnor663:master
from
n0-computer:minimal-async-decoder-support
Commits on Jan 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f2782dc - Browse repository at this point
Copy the full SHA f2782dcView commit details -
refactor: do not require Read on DecoderShared
this is so DecoderShared can be used from async decoders
Configuration menu - View commit details
-
Copy full SHA for c9d0700 - Browse repository at this point
Copy the full SHA c9d0700View commit details -
feature: add minimal, optional support for tokio async
for now just for the Decoder in inline and outboard mode, not yet for the SliceDecoder.
Configuration menu - View commit details
-
Copy full SHA for fa14072 - Browse repository at this point
Copy the full SHA fa14072View commit details -
feature: add AsyncRead for AsyncSliceDecoder
This requires some seek logic, but no actual seeking in the underlying inputs
Configuration menu - View commit details
-
Copy full SHA for 482f111 - Browse repository at this point
Copy the full SHA 482f111View commit details
Commits on Jan 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc8af4e - Browse repository at this point
Copy the full SHA bc8af4eView commit details -
just give the state a case Done so we can implement take
Configuration menu - View commit details
-
Copy full SHA for 09ecead - Browse repository at this point
Copy the full SHA 09eceadView commit details -
refactor: resolve weirdness with using buf_start to track end
we don't have to do this anymore now that we properly track state
Configuration menu - View commit details
-
Copy full SHA for d44f5c7 - Browse repository at this point
Copy the full SHA d44f5c7View commit details
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1f7c9c - Browse repository at this point
Copy the full SHA c1f7c9cView commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44943bd - Browse repository at this point
Copy the full SHA 44943bdView commit details -
This can always succeed, because the SliceDecoder will never implement Seek
Configuration menu - View commit details
-
Copy full SHA for 2329a8f - Browse repository at this point
Copy the full SHA 2329a8fView 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.