UNPKG

@omneedia/socketcluster

Version:

SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.

7 lines (5 loc) 191 B
import { Subscriber } from './Subscriber'; import { TeardownLogic } from './Subscription'; export interface Operator<T, R> { call(subscriber: Subscriber<R>, source: any): TeardownLogic; }