Adds supercomputer-base helpers, richer job/shard/steal/thermal modules, priority jobs, claimMatching, and bumps all 14 modules to 0.3.1. Co-authored-by: Cursor <[email protected]>
hyper-p2p-job-dispatcher
Production Supercomputer module: pool P2P system resources over Hyperswarm.
Category: Supercomputer · Protocol: job-dispatcher/v1 · Export: HyperP2PJobDispatcher
When to use
Distributed submit, claim, and complete job queue.
Quick start
const { HyperP2PJobDispatcher } = require('hyper-p2p-job-dispatcher')
const mod = new HyperP2PJobDispatcher({ topic: 'my-super-mesh' })
await mod.ready()
// ...
await mod.close()
Docs
Test
npm install && npm test