MCPcopy Create free account
hub / github.com/codeaashu/claude-code / waitForPaneShellReady

Function waitForPaneShellReady

src/utils/swarm/backends/TmuxBackend.ts:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33const PANE_SHELL_INIT_DELAY_MS = 200
34
35function waitForPaneShellReady(): Promise<void> {
36 return sleep(PANE_SHELL_INIT_DELAY_MS)
37}
38
39/**
40 * Acquires a lock for pane creation, ensuring sequential execution.

Callers 2

Calls 1

sleepFunction · 0.50

Tested by

no test coverage detected