mattjbray / ocaml-decoders

Elm-inspired decoders for Ocaml
https://mattjbray.github.io/ocaml-decoders/
Other
84 stars 8 forks source link

Wrap `fix` lazy.force in a mutex #71

Closed actionshrimp closed 6 months ago

actionshrimp commented 6 months ago

Lazy.force is not thread safe.

actionshrimp commented 6 months ago

Closed in favour of #72