From 9de83bde6ad9070a526fadce09b994b3bd36de2a Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 8 Nov 2023 14:06:48 -0500 Subject: [PATCH] changelog --- CHANGES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e7c9665b..75a030fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ ## features - add `Bb_queue.transfer` - -add `Bb_queue.to_{iter,gen,seq}` +- add `Bb_queue.to_{iter,gen,seq}` - add `Fifo_pool`, a simple pool with a single blocking queue for workloads with coarse granularity tasks that value latency (e.g. a web server) @@ -33,7 +33,9 @@ ## breaking - deprecate `Pool`, now an alias to `Fifo_pool` - +- the `Fut.Infix_local` and `Fut.infix` are gone, replaced with + a simpler `Fut.Infix` module that tries to use the current runner + for intermediate tasks. # 0.4