The problem is that there is no receive(value:)
as an argument, only receive
. The (value:)
part is only privilege to functions and methods.
If we're to add this, it should be (and has been) a separated piece:
The problem is that there is no receive(value:)
as an argument, only receive
. The (value:)
part is only privilege to functions and methods.
If we're to add this, it should be (and has been) a separated piece: