We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AsyncNetworkStream
Inherit SocketAsyncEventArgs and IValueTaskSource and make a pool of them to use with async network stream
SocketAsyncEventArgs
IValueTaskSource
The text was updated successfully, but these errors were encountered:
Use value tasks for async network stream (closes #4)
ffa9e07
ed18e07
Use lazy creation of task completion source (relates to #4)
e931a11
691fab9
No branches or pull requests
Inherit
SocketAsyncEventArgs
andIValueTaskSource
and make a pool of them to use with async network streamThe text was updated successfully, but these errors were encountered: