mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
007e29dda3
commit
4414bd0e7a
@ -2670,6 +2670,7 @@ function(name, func){
|
|||||||
// NOTE: sync-mode actions do not externally log anything, basic progress
|
// NOTE: sync-mode actions do not externally log anything, basic progress
|
||||||
// logging is handled by the queue/task which is not created in sync
|
// logging is handled by the queue/task which is not created in sync
|
||||||
// mode.
|
// mode.
|
||||||
|
// NOTE: since the sync-mode can block it must be used very carefully.
|
||||||
//
|
//
|
||||||
// XXX check if item is already in queue...
|
// XXX check if item is already in queue...
|
||||||
var queueHandler =
|
var queueHandler =
|
||||||
@ -2748,7 +2749,6 @@ function(name, func){
|
|||||||
{ __session_task__: true }) }
|
{ __session_task__: true }) }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
// XXX revise logging and logger passing...
|
// XXX revise logging and logger passing...
|
||||||
|
|||||||
@ -437,6 +437,7 @@ var SharpActions = actions.Actions({
|
|||||||
Promise.reject('aborted')
|
Promise.reject('aborted')
|
||||||
: res }) })],
|
: res }) })],
|
||||||
|
|
||||||
|
// XXX move to core.queue...
|
||||||
// XXX this does not update image.base_path -- is this correct???
|
// XXX this does not update image.base_path -- is this correct???
|
||||||
// XXX add support for offloading the processing to a thread/worker...
|
// XXX add support for offloading the processing to a thread/worker...
|
||||||
makePreviews: ['Sharp|File/Make image $previews',
|
makePreviews: ['Sharp|File/Make image $previews',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user