UNPKG

@omneedia/socketcluster

Version:

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

6 lines (5 loc) 202 B
import { AsyncAction } from './AsyncAction'; import { AsyncScheduler } from './AsyncScheduler'; export declare class AsapScheduler extends AsyncScheduler { flush(action?: AsyncAction<any>): void; }