Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 564 Bytes

When-Does-Dispatch-Happen.md

File metadata and controls

16 lines (9 loc) · 564 Bytes

Question

How long after I call dispatch will the event be processed?

Answer

The answer is "it depends", but this comment in the code might provide you the answers you seek.

Up: FAQ Index