changelog

This commit is contained in:
Simon Cruanes 2023-11-08 14:06:48 -05:00
parent 3f9600ea4d
commit 9de83bde6a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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