Type Alias AsyncProducer<T>

AsyncProducer<T>: (() => Promise<T>)

An async function that produces a value.

Type Parameters

  • T