rocicorp / replicache

Realtime Sync for Any Backend Stack
https://doc.replicache.dev
1.02k stars 37 forks source link

`makeScanResult()` should take a `pending: AsyncIterator` of key/value pairs #970

Closed aboodman closed 2 years ago

aboodman commented 2 years ago

Every implementation is going to need this and the implementation is subtle:

https://github.com/rocicorp/replicache-todo/pull/4/files#diff-576e83834357ff3a413e9d71a569e036314294a31aa5ed8bde4d368dfaa1289b

aboodman commented 2 years ago

Can I ask you to add this to the v10 list @arv sorry :-/. Should be easy to just lift the impl I have there hopefully.