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.
External Execution Interface #4616
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
External Execution Interface #4616
Changes from 16 commits
448184f
442c928
e0f9d13
adb9ad9
882e630
da9e0b2
94efc44
9695592
4554407
40d1e84
74835cf
f73a471
b743020
dd7abe0
be0855e
919ae67
0e4b73d
94b4c3f
446a9f3
f39e7f8
b15ba57
4a86d10
bd22e7d
c5b97f8
d2d209c
3264294
9603086
a06aa81
8c7c05b
8948a57
2e1bf82
74b8cb9
9ccc97d
4cab2f5
7c4b651
ad32894
2039771
a44b999
da26362
e5731f4
38feb45
fd4a623
630aa78
f387952
cfefdf8
2924b64
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Can user quic callback event be invoked on this user thread here?
(I am thinking about if it is possible to write a single thread application, and potential deadlocks.)
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.
Yes, the app I added in this PR is single threaded. It works and I have the logs to prove it.