@rimbu/taskTaskOn this pagetype Task<R,A>A unit of work that can be executed within a Task Context.Companion namespace: TaskDefinitionexport type Task<R = void, A extends readonly any[] = []> = Task.Fun<R, A> | Task.Seq<R, A>;