oolymer / oo-worker

Polymer mixin to process batches of tasks sorted by priority.
MIT License
0 stars 0 forks source link
polymer-2 polymer-mixin priority-queue task-processor webcomponents

oo-worker

Travis Build MIT License Polymer 2

Polymer mixin to process batches of tasks sorted by priority.

Table of Contents:

Features (to be implemented)

What can should do:

Usage

$ bower install --save oolymer/oo-worker
<link rel="import" href="https://github.com/oolymer/oo-worker/blob/master/./oo-worker/oo-worker.html">

<oo-worker></oo-worker>

Contribute

Develop.

$ npm install
$ bower install --force-latest
$ npm run build:node:watch
$ npm run test:node:watch
$ npm run browser

Semantic versions.