DeferredSequence.resolve()method

resolve(value: T): void

Resolve the current deferred in the sequence with a value.

  • Sends a { value: X } to any iterators.