From 30e2af325ca3ba2552156fbbd020e13378a8c324 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 1 Mar 2021 02:01:37 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/sharp.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Viewer/features/sharp.js b/Viewer/features/sharp.js index a9d2df3d..f9540ea5 100755 --- a/Viewer/features/sharp.js +++ b/Viewer/features/sharp.js @@ -869,6 +869,11 @@ var SharpActions = actions.Actions({ cacheAllMetadata: ['- Sharp/Image/', 'cacheMetadata: "all" ...'], + // XXX IDEA: generator action chaining... + // might be a good idea to implement the queue/task actions as + // generators or generator like entities to be able to chain + // them in a simple and uniform manner... + // XXX EXPERIMENTAL... // XXX if we are not careful this may result in some data loss due // to unlinking or double edits before save...