a10 icon indicating copy to clipboard operation
a10 copied to clipboard

Rename Signals methods

Open Thomasdezeeuw opened this issue 4 months ago • 0 comments

Current Signals has the following two methods:

  • Signals::receive -> returns a single signal.
  • Signals::receive_signals -> returns multiple signals.

Rename them to:

  • Signals::receive -> returns multiple signals.
  • Signals::receive_one -> returns a signal signals.

To reflect to common use case better.

Thomasdezeeuw avatar Apr 20 '24 15:04 Thomasdezeeuw