Aller au contenu principal

TaskLike <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 subtasks

Hierarchy

Index

Properties

Properties

readonlytaskRun

taskRun: (parameters: TaskParameters<Value, Error>) => Awaitable<void>

A callback with side effects

Page Options