Skip to main content

Loop

A Matter Loop.

For technical details, if you were to use a custom Loop object or try to integrate this Net Library in a ECS other than Matter, the YetAnotherNet.start(loop, { Route }) function uses a similar implementation to YetAnotherNet.createHook({ Route }) internally.

For more information on this, see [Net.createHook].

Show raw api
{
    "functions": [],
    "properties": [],
    "types": [],
    "name": "Loop",
    "desc": "A [Matter Loop](https://matter-ecs.github.io/matter/api/Loop).\n\nFor technical details, if you were to use a custom Loop object or try to integrate this Net Library in a ECS other than Matter,\nthe ``YetAnotherNet.start(loop, { Route })`` function uses a similar implementation to ``YetAnotherNet.createHook({ Route })`` internally.\n\nFor more information on this, see [Net.createHook].",
    "source": {
        "line": 367,
        "path": "lib/init.luau"
    }
}