Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/open-cli-tools/concurrently
/ handle
Method
handle
lib/flow-control/flow-controller.ts:10–10 ·
view source on GitHub ↗
(commands: Command[])
Source
from the content-addressed store, hash-verified
8
*/
9
export
interface
FlowController {
10
handle(commands: Command[]): { commands: Command[]; onFinish?: () => void | Promise<void> };
11
}
Callers
12
concurrently
Function · 0.65
input-handler.spec.ts
File · 0.65
log-exit.spec.ts
File · 0.65
kill-on-signal.spec.ts
File · 0.65
log-error.spec.ts
File · 0.65
log-timings.spec.ts
File · 0.65
restart-process.spec.ts
File · 0.65
logger-padding.spec.ts
File · 0.65
kill-others.spec.ts
File · 0.65
teardown.spec.ts
File · 0.65
log-output.spec.ts
File · 0.65
output-error-handler.spec.ts
File · 0.65
Implementers
11
LogOutput
lib/flow-control/log-output.ts
KillOthers
lib/flow-control/kill-others.ts
LoggerPadding
lib/flow-control/logger-padding.ts
LogTimings
lib/flow-control/log-timings.ts
LogError
lib/flow-control/log-error.ts
KillOnSignal
lib/flow-control/kill-on-signal.ts
OutputErrorHandler
lib/flow-control/output-error-handler.
LogExit
lib/flow-control/log-exit.ts
Teardown
lib/flow-control/teardown.ts
RestartProcess
lib/flow-control/restart-process.ts
InputHandler
lib/flow-control/input-handler.ts
Calls
no outgoing calls
Tested by
no test coverage detected