Async can be called in leave_ to do an asynchronous state transition. The current state transition will be on hold in the old state until a final call to Transition is made. This will complete the transition and possibly call the other callbacks.
()
| 62 | // call to Transition is made. This will complete the transition and possibly |
| 63 | // call the other callbacks. |
| 64 | func (e *Event) Async() { |
| 65 | e.async = true |
| 66 | } |
no outgoing calls