-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Right now Mailbox(M) merely delegates to Channel(M) which only permits unidirectional communication from an actor A to an actor B, but doesn't permit B to reply to A after it processed its message, because there is no way to know about A. In order to achieve this the developer must manually create and use a type to wrap the message (e.g. {Actor, M}) then manually which is bothersome.
Earl must introduce a solution.
Reactions are currently unavailable