Owl.OnStart(): Promise

Server & Client

Yields ongoing synchronous execution contexts safely via structured asynchronous promise frames until framework initialization resolves entirely.

Returns

PromiseAsynchronous handler resolving instantaneously upon core system readiness thresholds.
Owl.OnStart():andThen(function()
    -- > // Safely mount components knowing network abstractions are running
    setupDeferredMechanics()
end)