MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / waitUntil

Method waitUntil

src/platform/common/utils/events.ts:53–53  ·  view source on GitHub ↗
(thenable: Promise<unknown>)

Source from the content-addressed store, hash-verified

51export interface IWaitUntil {
52 token: CancellationToken;
53 waitUntil(thenable: Promise<unknown>): void;
54}
55export type IWaitUntilData<T> = Omit<Omit<T, 'waitUntil'>, 'token'>;
56

Callers 5

getOrCreateMethod · 0.80
getOrCreateMethod · 0.80
getOrCreateMethod · 0.80
getOrCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected