UNPKG

webworker-threads

Version:

Lightweight Web Worker API implementation with native threads

5 lines (4 loc) 91 B
(function spinForever () { process.stdout.write("."); setImmediate(spinForever); })();