yield dispatch()

in 07 - Returning State/05 - Async Sequence.js [33:35]


    yield dispatch({
      action: 'STOPPED_MOVING'
    });