mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
changelog
This commit is contained in:
parent
3f9600ea4d
commit
9de83bde6a
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue