allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
90 stars 7 forks source link

Subscribable request queue #164

Closed frasercl closed 8 months ago

frasercl commented 10 months ago

Progress on #154: adds SubscribableRequestQueue, which wraps RequestQueue and adds the concept of "subscribers." Subscribers can cancel their subscriptions to a request without cancelling the underlying request.

Does NOT add SubscribableRequestQueue to OMEZarrLoader yet.