Methods
(static) init() → {void}
Entry point
Returns:
- Type:
- void
(static) runSocketLoop() → {void}
Main task loop. JellyRock modification: renamed from run — a top-level run() collides with the built-in global Run() (BSC: cannot-use-reserved-word / native-function-collision). It worked upstream only because the Task dispatches it by the functionName STRING, never a scope call; renamed so we don't rely on that and the diagnostic is genuinely resolved, not just suppressed.
Returns:
- Type:
- void