Skip to main content

METHODS

Constant METHODS 

Source
pub const METHODS: &[&str];
Expand description

Callable module members. The EventEmitter surface is included so that cluster.on('exit', …) / cluster.emit(…) route through stdlib::call (cluster.<method>) to the process-wide cluster emitter.