@pistonite/workex
    Preparing search index...

    Type Alias WxCreateBusOutput<TConfig>

    Output of a bus creator function

    type WxCreateBusOutput<TConfig extends WxProtocolConfig> = {
        connection: WxCloseController;
        protocols: WxProtocolOutput<TConfig>;
    }

    Type Parameters

    Index

    Properties

    connection: WxCloseController

    The handle that can be used to control the connection

    Bound protocol senders for the handlers passed in as config