pub const METHODS: &[&str];
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.
cluster.on('exit', …)
cluster.emit(…)
stdlib::call
cluster.<method>