Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

feat: add streaming methods and allow passing AbortSignals #36

Merged
merged 1 commit into from
May 7, 2020

Conversation

achingbrain
Copy link
Member

Adds methods that take and return async iterators in order to allow calling code to control levels of concurrency when using datastores.

These methods take and return async iterators, allowing us to use them in pipelines.

Also adds options objects to every call, allowing us to pass in AbortSignals.

Adds methods that take and return async iterators in order to allow
calling code to control levels of concurrency when using datastores.

These methods take and return async iterators, allowing us to use
them in pipelines.
@achingbrain achingbrain changed the title feat: add put/get/delete many streaming methods feat: add put/get/delete many streaming methods and allow passing AbortSignals May 5, 2020
@achingbrain achingbrain requested a review from hugomrdias May 5, 2020 10:08
@achingbrain achingbrain changed the title feat: add put/get/delete many streaming methods and allow passing AbortSignals feat: add streaming methods and allow passing AbortSignals May 7, 2020
@achingbrain achingbrain merged commit 6dace38 into master May 7, 2020
@achingbrain achingbrain deleted the feat/add-streaming-methods branch May 7, 2020 08:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants