Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove noasync from NIOFileHandle (#3001)
Motivation: In #2598, `NIOFileHandle` was annotated with `noasync` in a few places. This is, unfortunately, a breaking change. Modifications: - Remove the `noasync` annotations Result: Adopters aren't broken --------- Co-authored-by: Cory Benfield <[email protected]>
- Loading branch information