Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-03-06 02:44:13 +03:00
parent edada77b92
commit 6a2dc412bc

View File

@ -2016,7 +2016,7 @@ var JournalActions = actions.Actions({
data.slice()
: this.updateJournalableActions() }) },
// XXX can things get on the journal while an action is running??? (race-conditions)
// XXX RACE?: can things get on the journal while an action is running???
// ...if yes, this would make the way nested actions are collected
// wrong -- this could happen for long and deferred actions...
// ...not sure how handlers outside the action can be handled here