Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-03-01 02:01:37 +03:00
parent be6ab4dfca
commit 30e2af325c

View File

@ -869,6 +869,11 @@ var SharpActions = actions.Actions({
cacheAllMetadata: ['- Sharp/Image/', cacheAllMetadata: ['- Sharp/Image/',
'cacheMetadata: "all" ...'], '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 EXPERIMENTAL...
// XXX if we are not careful this may result in some data loss due // XXX if we are not careful this may result in some data loss due
// to unlinking or double edits before save... // to unlinking or double edits before save...