-
Notifications
You must be signed in to change notification settings - Fork 656
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for unidirectional
NIOPipeBootstrap
(#2560)
* Add support for unidirectional `NIOPipeBootstrap` # Motivation In some scenarios, it is useful to only have either an input or output side for a `PipeChannel`. This fixes #2444. # Modification This PR adds new methods to `NIOPipeBootstrap` that make either the input or the output optional. Furthermore, I am intentionally breaking the API for the new async methods since those haven't shipped yet to reflect the same API there. # Result It is now possible to bootstrap a `PipeChannel` with either the input or output side closed. * Docs and naming
- Loading branch information
1 parent
2683889
commit 935dbdf
Showing
6 changed files
with
455 additions
and
174 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
Oops, something went wrong.