question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expose webWorkerManager's webWorkers

See original GitHub issue

Displaying 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:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
talkdirtycommented, Mar 14, 2019
0reactions
dannyrbcommented, Apr 2, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found