-
Notifications
You must be signed in to change notification settings - Fork 4k
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
EventDispatcher supports various IO types #2560
Merged
Merged
Conversation
This file contains 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
chenBright
force-pushed
the
io_event_type
branch
6 times, most recently
from
March 4, 2024 16:57
fcec8d2
to
9b51e09
Compare
wwbmmm
reviewed
Mar 11, 2024
chenBright
force-pushed
the
io_event_type
branch
from
March 12, 2024 16:21
9b51e09
to
1421c62
Compare
chenBright
force-pushed
the
io_event_type
branch
from
March 14, 2024 15:42
1421c62
to
7c0ece1
Compare
chenBright
force-pushed
the
io_event_type
branch
11 times, most recently
from
March 31, 2024 13:57
113f268
to
b022604
Compare
wwbmmm
reviewed
Apr 1, 2024
chenBright
force-pushed
the
io_event_type
branch
2 times, most recently
from
April 8, 2024 02:33
1078125
to
7de2d5b
Compare
LGTM |
chenBright
force-pushed
the
io_event_type
branch
4 times, most recently
from
April 9, 2024 15:23
2b230aa
to
caf4c18
Compare
rebase解决冲突和protobuf22 ci问题 |
LGTM |
chenBright
force-pushed
the
io_event_type
branch
3 times, most recently
from
May 31, 2024 02:56
5e641c6
to
355265b
Compare
rebase解决冲突 |
Merged
我最近使用了这个PR,很好用,👍,我有个问题,这里面创建一个fd使用Create,要是删掉一个fd调用哪个API呢?调用SetFailed吗? |
跟Socket对象一样,调SetFailed。等到VersionedRefWithId引用计数降为0,就会调BeforeRecycled,在BeforeRecycled里close fd就行。 |
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.
What problem does this PR solve?
Issue Number: resolve #2381
Problem Summary:
What is changed and the side effects?
Changed:
Side effects:
Performance effects(性能影响):
Breaking backward compatibility(向后兼容性):
Check List: