receivePort
For an outgoing message, returns the port on which replies to the receiver will arrive. For an incoming message, returns the port the receiver did arrive on.
Declaration
var receivePort: Port? { get }Return Value
For an outgoing message, the port on which replies to the receiver will arrive. For an incoming message, the port the receiver did arrive on.