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
I had a hard time finding out how to use Lwt_unix. I needed to link with lwt.unix.
Lwt_unix
lwt.unix
I couldn't find this anywhere, including https://ocsigen.org/lwt/5.5.0/api/Lwt_unix https://github.com/ocsigen/lwt/blob/96cdc8346116dd1144d99225335c504d173a0236/src/unix/lwt_unix.cppo.mli and https://github.com/ocsigen/lwt
Maybe this would help to include it?
Cheers
EDIT: lwt.unix is mentioned there https://ocsigen.org/lwt/5.5.0/manual/manual , I didn't see it at a glance I still think this could be made more explicit
The text was updated successfully, but these errors were encountered:
The documentation would surely benefit from some imporvement.
There was also a half-baked plan to make the packaging better by having a better match between the packages and the libraries.
Sorry, something went wrong.
No branches or pull requests
I had a hard time finding out how to use
Lwt_unix
. I needed to link withlwt.unix
.I couldn't find this anywhere, including https://ocsigen.org/lwt/5.5.0/api/Lwt_unix https://github.com/ocsigen/lwt/blob/96cdc8346116dd1144d99225335c504d173a0236/src/unix/lwt_unix.cppo.mli and https://github.com/ocsigen/lwt
Maybe this would help to include it?
Cheers
EDIT: lwt.unix is mentioned there https://ocsigen.org/lwt/5.5.0/manual/manual , I didn't see it at a glance
I still think this could be made more explicit
The text was updated successfully, but these errors were encountered: