@laserware/stasis
    Preparing search index...
    • Allows starting sagas outside the Redux middleware environment. Useful if you want to connect a Saga to external input/output, other than store actions.

      runSaga returns a Task object. Just like the one returned from a fork effect.

      Type Parameters

      • Action
      • State
      • S extends Saga

      Parameters

      Returns Task