UNPKG

@omneedia/socketcluster

Version:

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

8 lines (7 loc) 314 B
/** PURE_IMPORTS_START .._AsyncSubject,._multicast PURE_IMPORTS_END */ import { AsyncSubject } from '../AsyncSubject'; import { multicast } from './multicast'; export function publishLast() { return function (source) { return multicast(new AsyncSubject())(source); }; } //# sourceMappingURL=publishLast.js.map