Prelude API
    Preparing search index...

    Type Alias Producer<T>

    Producer: () => AsyncGenerator<T>

    A function that creates an async generator without input values.

    Type Parameters

    • T

      The type of values produced

    Type Declaration

      • (): AsyncGenerator<T>
      • Returns AsyncGenerator<T>