Private onMessageSrc
onMessageSrc: Subject<IRunQuerySuccessResult | IRunQueryErrorResult | IRunEvalSuccessResult | IRunEvalErrorResult | IParseQueryResult | IGetFunctionsResult | IKernelEvalRequest | IFetchRequest | IStaticCacheRequest> = new Subject<WorkerResponse.IMsg>()
A wrapper class around the MQL worker that provides a typed RPC interface.
TODO: Add helper functions to clean up the API (eg,
#parseQuery()
instead of sending a"parseQuery"
message).WorkerWrapper