@effection-contrib/fx
A collection of utility functions to streamline asynchronous workflows. These functions were originally part of the starfx project and have been adapted for use with the Effection framework.
API
interface ParallelRet<T> extends Computation<Result<T>[]> {
- sequence: Channel<Result<T>, void>;
- immediate: Channel<Result<T>, void>;