Rename Signals methods
Thomasdezeeuw opened this issue · 1 comments
Thomasdezeeuw commented
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 commented
Not worth it.