pull down to refresh

nice Magic line!

curious why the folder called worker? are we all bees:)? 🐝 but it's indeed take POW to make honey:)

it's just a convention to say that background tasks are done by a "worker"

For example, there can be a lot of "workers" in a browser:

Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface.

-- developer.mozzila.org, Using web workers

reply