Skip to content
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

Remove as much lwt as possible #35

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Remove as much lwt as possible #35

merged 1 commit into from
Apr 16, 2024

Conversation

patricoferris
Copy link
Collaborator

This PR pushes most of the lwt awaits to their actual calls inside the Md functions so we don't end up having to do much Lwt gymnastics elsewhere. I also brought across @avsm's suggestion in #34 -- threads is a fine name except in OCaml where it makes users think about system threads and parallelism (yes, Lwt is not a terrific name from this perspective).

@patricoferris patricoferris merged commit f7bc569 into main Apr 16, 2024
2 checks passed
@patricoferris patricoferris deleted the pf341-less-lwt branch April 16, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant