Expose webWorkerManager's webWorkers
See original GitHub issueDisplaying DICOM images is only necessary in some parts of my application. Is there a way to obtain a reference to the active workers so I can .terminate()
them when I no longer need them?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Using Web Workers - Web APIs - MDN Web Docs
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering ......
Read more >Understanding and Using Web Workers - CODE Magazine
Web Workers are scripts initiated from the JavaScript code in your application and execute on a thread separate from that of your application....
Read more >cleerlycode/cornerstone-wado-image-loader - UNPKG
This is needed because web workers\n * can transfer array buffers but not typed arrays\n ... imageLoader/getImageFrame.js","import webWorkerManager from '.
Read more >Mandelbrot Maps: Rebuilding for a responsive cross-device ...
To achieve this, I created a WebWorkerManager to coordinate web workers to evaluate chunks in parallel. The WebWorkerManager splits the image ...
Read more >Comlink and web workers: A match made in heaven
js"; // expose the Analyzer "API" with Comlink expose(Analyzer); // main thread javascript import * as ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @dannyrb! I had a go here: https://github.com/cornerstonejs/cornerstoneWADOImageLoader/pull/248
Merged: https://github.com/cornerstonejs/cornerstoneWADOImageLoader/pull/248
We don’t yet leverage
semantic-release
in this Repository, so you’ll need to wait for the next manual release to be cut for these changes to become available.