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.
runSaga
fork
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 afork
effect.