Creates an Effect description that instructs the middleware to wait for the
result of a previously forked task.
Notes
join will resolve to the same outcome of the joined task (success or
error). If the joined task is cancelled, the cancellation will also propagate
to the Saga executing the join effect. Similarly, any potential callers of
those joiners will be cancelled as well.
Creates an Effect description that instructs the middleware to wait for the result of a previously forked task.
Notes
join
will resolve to the same outcome of the joined task (success or error). If the joined task is cancelled, the cancellation will also propagate to the Saga executing the join effect. Similarly, any potential callers of those joiners will be cancelled as well.