@w5s/taskInterfacesTaskLikeSur cette pageTaskLike <Value, Error>A Task interface that represents a lazy computation that will be evaluated later. The result of the computation is a @w5s/core!Result A task is also cancelable and can run other subtasksHierarchyTaskLikeTaskIndex PropertiestaskRunProperties readonlytaskRuntaskRun: (parameters: TaskParameters<Value, Error>) => Awaitable<void>A callback with side effects
A Task interface that represents a lazy computation that will be evaluated later. The result of the computation is a @w5s/core!Result A task is also cancelable and can run other subtasks