ilankri on prepare-for-5.6.1-release
ilankri on prepare-for-5.6.1-release
raphael-proust on master
Set version in CHANGES Set version in opam file Merge pull request #958 from oc… (compare)
raphael-proust on 5.6.1
raphael-proust on prepare-for-5.6.1-release
Set version in CHANGES Set version in opam file (compare)
raphael-proust on master
Improve Lwt_process tests - do… Change wrong O_CLOEXEC to O_KEE… Simplify Unix cloexec for passi… and 2 more (compare)
Orbifx
what's your address?
Orbifx
Added
I finished reading the sections before Sec. Rejection. Comments:
In Sec. Waiting, should
If p1 is fulfilled now or later with value v, f v is called. f v might be called immediately, or after some time.
instead have something like "f v
will be called when p1 is fulfilled"?
Apart from these, I think the rest of it is a good read.
Also, for some reason, the deprecated section is not linked to in the sidebar.
Orbifx
Anton Bachin (Gitter): is this how Lwt implements Lwt exceptions? https://hal.inria.fr/inria-00432575/document
exn
for errors, an open variant type
Lwt_result
, which provides a separate error monad
string
, or some inferred polymorphic variant, or an open variant, or anything else
Lwt_log
is easier to start with; Logs
is better to elaborate on )