fix [:do-paused :add-event] state transition

This commit is contained in:
Stephen C. Gilardi 2015-11-04 00:10:28 -05:00
parent 657d08c544
commit b32aeab413
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
[:paused :resume-run ] [:do-paused #(-resume-run this)]
;; processing an event which previously caused the queue to be paused
[:do-paused :add-event ] [:paused #(-add-event this arg1)]
[:do-paused :add-event ] [:do-paused #(-add-event this arg1)]
[:do-paused :exception ] [:quiescent #(-exception this arg1)]
[:do-paused :done-paused] [:running #(-run-queue this)]