@logixjs/core
    Preparing search index...

    Function make

    • Link.make:

      • Creates a Link (cross-module glue logic) from a module list and a logic program.
      • Returns a "cold" Effect, typically attached via ModuleImpl.implement({ processes/links }) and forked by the runtime.

      Type Parameters

      • Ms extends readonly LinkModuleToken<string, AnyModuleShape>[]
      • E = never
      • R = never

      Parameters

      Returns Effect<void, E, R>