Closed matthiasbeyer closed 1 year ago
As the user of the library has to await both the stream and the child handle, it makes usage of the API a lot simpler if the returned Stream is also Send.
Stream
Send
As the user of the library has to await both the stream and the child handle, it makes usage of the API a lot simpler if the returned
Stream
is alsoSend
.