Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/open-cli-tools/concurrently
/ FlowController
Interface
FlowController
lib/flow-control/flow-controller.ts:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
* actually finish.
8
*/
9
export
interface
FlowController {
10
handle(commands: Command[]): { commands: Command[]; onFinish?: () => void | Promise<void> };
11
}
Callers
8
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
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…