Effection Logo

interface Subscription

thefrontside/effection

interface Subscription<T, R>

The Effection equivalent of an AsyncIterator

A subscription acts like a stateful queue that provides a sequence of values via the next() method. Normally a subscription is created via a https://effection-www-pggsafb7y58a.deno.dev/api/v3/Stream.

Type Parameters

T

R

Methods

next(): https://effection-www-pggsafb7y58a.deno.dev/api/v3/Operation&lt;IteratorResult&lt;T, R>>

No documentation available.

See