Theia API Documentation v1.65.0
    Preparing search index...

    The write buffers in this implementation immediately write to the underlying channel, so we rely on writers to the multiplexed channels to always commit their messages and always in one go.

    Implements

    Index

    Constructors

    Properties

    onOpenChannelEmitter: Emitter<{ channel: Channel; id: string }> = ...
    openChannels: Map<string, ForwardingChannel> = ...
    pendingOpen: Map<string, (channel: ForwardingChannel) => void> = ...
    toDispose: DisposableCollection = ...
    underlyingChannel: Channel

    Accessors

    Methods