Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable detach & attach EventBase ops on folly::coro::Transport
Summary: The high-level goal here is to enable sychronously detaching current evb and attaching a new evb during an in-progress ReadCallback. This diff adds a few things: * Adds the necessary virtual functions for a supporting implementation to override * Changes the visibility of member variables, namely EventBase and AsyncTransport, from private to protected. The overriding implementation will require access to these members to facilitate evb migration Reviewed By: afrind Differential Revision: D61883812 fbshipit-source-id: 42309f6f482094703df72e252ff5ab241a030c42
- Loading branch information