MCPcopy
hub / github.com/lit/lit / TaskFunctionOptions

Interface TaskFunctionOptions

packages/task/src/task.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import {ReactiveControllerHost} from '@lit/reactive-element/reactive-controller.js';
8
9export interface TaskFunctionOptions {
10 signal: AbortSignal;
11}
12
13export type TaskFunction<D extends ReadonlyArray<unknown>, R = unknown> = (
14 args: D,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…