allen-cell-animated / volume-viewer

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

Use request queue #161

Closed frasercl closed 10 months ago

frasercl commented 10 months ago

Resolves #151: OMEZarrLoader uses RequestQueue in the most basic possible way, while taking advantage of two new abilities it provides: cancelling requests and limiting concurrency.

Also does a bit of cleanup and fixing to RequestQueue itself and to the createVolumeLoader convenience function.