Endo API documentation
    Preparing search index...

    Interface AsyncSink<TValue>

    interface AsyncSink<TValue> {
        put(value: TValue | Promise<TValue>): void;
    }

    Type Parameters

    • TValue

    Hierarchy (View Summary)

    Index

    Methods

    Methods