README
Node Worker Pool
An implementation of the web worker API with a worker pool support.
Based on the node-worker library by Malte Ubl.
Examples
For examples, please see test
directory.
An implementation of the web worker API with a worker pool support.
<script type="module">
import workerPool from 'https://cdn.skypack.dev/worker-pool';
</script>
An implementation of the web worker API with a worker pool support.
Based on the node-worker library by Malte Ubl.
For examples, please see test
directory.