MCPcopy Create free account
hub / github.com/idosal/git-mcp / blockConcurrencyWhile

Method blockConcurrencyWhile

worker-configuration.d.ts:448–448  ·  view source on GitHub ↗
(callback: () => Promise<T>)

Source from the content-addressed store, hash-verified

446 readonly storage: DurableObjectStorage;
447 container?: Container;
448 blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>;
449 acceptWebSocket(ws: WebSocket, tags?: string[]): void;
450 getWebSockets(tag?: string): WebSocket[];
451 setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected