xpdAcq / rapidz

Fork of Streamz
https://xpdacq.github.io/rapidz
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Out of order buffer #33

Open CJ-Wright opened 5 years ago

CJ-Wright commented 5 years ago

This buffer would not preserve data ordering. Most likely implementation would be to check if any of the existing futures in the buffer are done yet, if so send those downstream, else send the next in the queue. CC: @tacaswell