-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Provide recv_msg and send_msg #109
Comments
I think this should be out of scope of EDIT: In any case the |
It is still useful to provide the Cstruct equivalents of Lwt calls, just to avoid the possible conversion errors from dealing with offsets and so on. |
It could live in a separate lwt-cstruct library or sublibrary within cstruct. It would be nice in general to have cstruct IO available in Let. |
There already is an Lwt_cstruct sublibrary :-) |
I should read more carefully before commenting! Sorry for the noise! |
Not at all; thanks for paying attention to the repository at all :-) |
Lwt_bytes
provides recv_msg andsend_msg
that take a list ofCstruct.t
—calledio_vector
there. I think that these calls should also be provided byocaml-cstruct
.The text was updated successfully, but these errors were encountered: