LeeHowes
LeeHowes
This is probably just that the whole `bulk_schedule` design was an experiment. We didn't put much effort into how the `scheduler` scheduled the bulk tasks. All of the bulk implementation...
Yes, I think matching the p2300 design makes most sense at this point, even with all of its flaws. P2300 looks like it is removing the default looping implementation of...
The POR is that we don't want pipe syntax for sync_wait, so that aspect of this we shouldn't merge.
This makes sense to me overall. The code is a bit noisy because you've managed to introduce a lot of formatting changes.
* `indexed_for` I did in https://github.com/facebookexperimental/libunifex/pull/51 but we should probably be consistent in the way we customise them.