minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-12-17 18:34:07 +03:00
parent d8c3fa4775
commit 8c0fcd464e

View File

@ -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...
//
//