@w5s/taskInterfacesTaskLikeOn this 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 Properties__run__Properties readonly__run____run__: TaskFunction<Value, Error>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