shajara API
    Preparing search index...

    Type Alias BindTurn

    BindTurn: (flushTurn: () => void) => Pacer

    Attaches executor turn requests to the embedding environment.

    Type Declaration

      • (flushTurn: () => void): Pacer
      • Parameters

        • flushTurn: () => void

          Callback the embedding environment must invoke to progress queued work.

        Returns Pacer

        Pacer for slice control and continuation scheduling.