-
Notifications
You must be signed in to change notification settings - Fork 5
TO‐DO
Vitaly Tomilov edited this page Aug 4, 2024
·
5 revisions
Notes for myself on what might be outstanding...
- Update the benchmarks - issue #223
- Operator
wait
perhaps should just do nothing inside synchronous pipeline? Or perhaps it should check the value for being a promise, and throw only when it is a promise inside a synchronous pipeline. Same goes for operatorwaitRace
.