Table of Contents

Class EventStream<T>

Namespace
PowerSync.Common.Utils
Assembly
PowerSync.Common.dll
public class EventStream<T> : IEventStream<T>, ICloseable

Type Parameters

T
Inheritance
EventStream<T>
Implements
Derived
Inherited Members

Fields

Closed

Methods

Close()
Emit(T)
EmitAsync(T)
Listen(CancellationToken)
ListenAsync(CancellationToken)
SubscriberCount()