Revision 14cc5544f9e01e0f47c37a6b59a8c255378a6a61 authored by Raphaël Proust on 29 December 2019, 18:57:10 UTC, committed by Raphaël Proust on 30 December 2019, 17:13:16 UTC
The implementation used `Lwt.async` where `Lwt.ignore_result` was more
appropriate. The same improvement is also made to a called function in
the workers implementation of `Lwt.utils`.

Miscelaneous minor cosmetics improvements are also included.
1 parent c78e187
Raw File
dune
(env
 (dev
  (flags (:standard)))
 (release
  (flags (:standard -O3))))

(alias
 (name runtest)
 (deps (alias_rec runtest_lint)))

(alias
 (name runtest)
 (deps (alias_rec runtest_sandbox)))
back to top