re-frame/docs/FAQs/When-Does-Dispatch-Happen.md

17 lines
564 B
Markdown
Raw Normal View History

2017-07-21 14:34:09 +00: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)
might provide you the answers you seek.
2017-07-21 14:34:09 +00: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 -->