-
Notifications
You must be signed in to change notification settings - Fork 46
feat. Async pause #1008
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
Merged
Merged
feat. Async pause #1008
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
43b31a8
async pause binding
TingDaoK 268302d
submodules
TingDaoK f47ab6e
fixes
TingDaoK ee90b70
common
TingDaoK 0451026
format
TingDaoK 2e2883e
submodule update
TingDaoK 33cfafb
Merge branch 'main' into async-pause
TingDaoK 18bd237
latest builder
TingDaoK 902f1a1
type
TingDaoK 4e27591
make sure we deep copy the tring
TingDaoK be6710a
check for null
TingDaoK 017a8f8
submodules
TingDaoK fff11a2
typo fix
TingDaoK File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Submodule aws-c-common
updated
5 files
| +26 −0 | include/aws/common/file.h | |
| +30 −0 | source/posix/file.c | |
| +40 −0 | source/windows/file.c | |
| +1 −0 | tests/CMakeLists.txt | |
| +60 −0 | tests/file_test.c |
Submodule aws-c-mqtt
updated
6 files
Submodule aws-c-s3
updated
22 files
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: i left a similar comment on c side and thought it was fixes, but looks like continues is a typo here and you meant contiguous
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aha, I fixed the place you point out in C. but looks like I forgot another one...