-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move all AsyncThreadHandler functionality into AsyncReadHandler
Summary: Make AsyncThreadHandler more coherent, by making it fully own the background thread and its queue, renaming it AsyncReadHandler for good measure. This will allow us to make the reader smarter in a follow-up diff. There are no real functional changes, this is only a refactor. Reviewed By: hanghu Differential Revision: D67933571 fbshipit-source-id: f4a97a8afa5aaf08241a8f4ade40c1aac9dd61d5
- Loading branch information
1 parent
636dff3
commit 99cf0ae
Showing
2 changed files
with
30 additions
and
26 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