2017-07-22 00:34:09 +10:00
|
|
|
### Question
|
|
|
|
|
|
|
|
How long after I call `dispatch` will the event be processed?
|
|
|
|
|
|
|
|
### Answer
|
|
|
|
|
|
|
|
The answer is "it depends", but [this comment in the code](https://github.com/Day8/re-frame/blob/master/src/re_frame/router.cljc#L8-L60)
|
2017-08-01 23:11:33 +10:00
|
|
|
might provide you the answers you seek.
|
2017-07-22 00:34:09 +10:00
|
|
|
|
|
|
|
|
|
|
|
Up: [FAQ Index](README.md)
|
|
|
|
|
|
|
|
|
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|