mirror of
https://github.com/flynx/types.js.git
synced 2025-11-01 03:50:08 +00:00
Merge branch 'master' of github.com:flynx/types.js
This commit is contained in:
commit
871e4a6c0b
11
runner.js
11
runner.js
@ -2,6 +2,17 @@
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* XXX would be helpful to define a task api...
|
||||
* task('abort') vs. task.abort(), task state, ...etc.
|
||||
* then define Task and TaskQueue(Queue) and extended api to:
|
||||
* - task state introspection
|
||||
* - stop/resume tasks (or task queue?)
|
||||
* - serialize tasks
|
||||
* - ...
|
||||
* would be nice to make the task just a slightly extended or better
|
||||
* defined function/generator, ideally to make them interchangable...
|
||||
*
|
||||
**********************************************/ /* c8 ignore next 2 */
|
||||
((typeof define)[0]=='u'?function(f){module.exports=f(require)}:define)
|
||||
(function(require){ var module={} // make module AMD/node compatible...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user