Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For a network application I would like to have a stream that is backed by callbacks, for this specefic case really only writes are interesting. Is there any examples of such a use of the library or will I have to create my own stream implementation?
I imagine something like a way to set a size of a memory buffer, and a callback to call once that is filled with data - having the callback return how much data was consumed and decrease the amount of data in the buffer accordingly.
Beta Was this translation helpful? Give feedback.
All reactions