Skip to content

Instantly share code, notes, and snippets.

View TaylorMutch's full-sized avatar

Taylor Mutch TaylorMutch

  • Unity Technologies
  • Snohomish, WA
  • 03:13 (UTC -07:00)
View GitHub Profile
@TaylorMutch
TaylorMutch / workcrew.js
Created October 20, 2016 15:12 — forked from kig/workcrew.js
WorkCrew - a WebWorker work queue library
/*
WorkCrew - a WebWorker work queue library
Usage:
// Create an 8 worker pool using worker.js.
var crew = new WorkCrew('worker.js', 8);
// Do something whenever a job is completed.
// The result object structure is