(perTask?: RunCoordinator)
| 38 | * (startup) rather than silently at the first fire. |
| 39 | */ |
| 40 | export function resolveRunCoordinator(perTask?: RunCoordinator): RunCoordinator { |
| 41 | return perTask ?? globalRunCoordinator ?? new EnvVarRunCoordinator(); |
| 42 | } |
no outgoing calls
no test coverage detected