openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 466 B
JavaScript
import { n as waitForEventLoopReady, t as startGatewayClientWithReadinessWait } from "./readiness-36Nu8vga.js";
//#region src/gateway/client-start-readiness.ts
/** Starts a gateway client once the shared event-loop readiness check passes. */
function startGatewayClientWhenEventLoopReady(client, options = {}) {
return startGatewayClientWithReadinessWait(waitForEventLoopReady, client, options);
}
//#endregion
export { startGatewayClientWhenEventLoopReady as t };