quantifyearth / shark

3 stars 1 forks source link

Remove as much lwt as possible #35

Closed patricoferris closed 5 months ago

patricoferris commented 5 months ago

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).