-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
folly async io_uring: set EVB for IoSqeBase derived classes
Summary: There are two categories of IoSqeBase derived classes: 1. IoSqe in IoUringBackend 2. Various derivatives in AsyncIoUringSocket Call `IoSqeBase::setEventBase()` from all derived classes to set/unset the EVB. It's possible for `AsyncIoUringSocket` to detach and attach to different EVBs. Ensure that `IoSqeBase`s are synced. Reviewed By: yfeldblum Differential Revision: D68540579 fbshipit-source-id: 83ad739aec37378e08e4d7fd4855166af6bef290
- Loading branch information
1 parent
5f1eba8
commit 4a70a51
Showing
4 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
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
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
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
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