mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-02 12:20:08 +00:00
minor tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d8c3fa4775
commit
8c0fcd464e
@ -28,34 +28,8 @@ var INDEX_DIR = '.ImageGrid'
|
||||
|
||||
/*********************************************************************/
|
||||
// Queue
|
||||
// .enqueue(func)
|
||||
// .enqueue(task)
|
||||
//
|
||||
// .start()
|
||||
// .stop()
|
||||
//
|
||||
// .state
|
||||
// .size - running pool size
|
||||
//
|
||||
//
|
||||
// Task
|
||||
// .start(..)
|
||||
// .stop()
|
||||
//
|
||||
// .done(..)
|
||||
// .fail(..)
|
||||
//
|
||||
// .state
|
||||
//
|
||||
// Task()
|
||||
// Task(val)
|
||||
// Task(val, ...)
|
||||
// Task([val, ...])
|
||||
//
|
||||
// NOTE: val can be a function or a value...
|
||||
// ...if value is a promise or a deferred then the task is linked
|
||||
// to that, and is not startable or resumable...
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user