Skip to content

cluster: remove bind() and self

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/self into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

cluster

Description of change

This commit removes the use of self and bind() from the cluster module in favor of arrow functions.

Merge request reports

Loading