DefaultExecutionContext
class DefaultExecutionContext(shutdownGracePeriod: Duration = Duration.ofSeconds(30)) : ExecutionContext(source)
A ExecutionContext that runs its polling cycle on a background (virtual) thread and which, on stop, waits for in-flight work to finish for up to shutdownGracePeriod before giving up.