File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11
2+ # 0.11
3+
4+ - feat: add ` Fut.for_iter `
5+ - fix: in Lock, prevent flambda from reordering mutex-protected operations
6+
7+ - document how many threads are used for work in ` Ws_pool `
8+ - remove mentions of ocaml4 in readme
9+ - chore: for now, add bound for lwt 5.xx only
10+ - abstract type for Tracing_ stub (for new ` trace ` )
11+
212# 0.10
313
414- breaking: remove ` around_task ` from schedulers
Original file line number Diff line number Diff line change 44
55(name moonpool)
66
7- ( version 0 .10 )
7+ ( version 0 .11 )
88
99( generate_opam_files true )
1010
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "0.10 "
3+ version: "0.11 "
44synopsis: "Event loop for moonpool based on Lwt-engine (experimental)"
55maintainer: ["Simon Cruanes"]
66authors: ["Simon Cruanes"]
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "0.10 "
3+ version: "0.11 "
44synopsis: "Pools of threads supported by a pool of domains"
55maintainer: ["Simon Cruanes"]
66authors: ["Simon Cruanes"]
You can’t perform that action at this time.
0 commit comments