Instance Property
インスタンスプロパティ
sendPort
For an outgoing message, returns the port the receiver will send itself through. For an incoming message, returns the port replies to the receiver should be sent through.
出て行くメッセージに対して、レシーバがそれ自身をそれを通して送信するポートを返します。やって来るメッセージに対して、レシーバに対する応答がそれを通して送られるべきポートを返します。
Declaration
宣言
var sendPort: Port
? { get }
Return Value
戻り値
For an outgoing message, the port the receiver will send itself through when it receives a send(before:)
message. For an incoming message, the port replies to the receiver should be sent through.
出て行くメッセージに対して、レシーバがそれ自身をそれを通して、それがsend(before:)
メッセージを受け取る時に、送信するポート。やって来るメッセージに対して、レシーバに対する応答がそれを通して送られるべきポート。
See Also
参照
Getting the Ports
ポートを取得する
var receivePort: Port?
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.
出て行くメッセージに対して、それの上でレシーバに対する応答が到着するポートを返します。やって来るメッセージに対して、レシーバが到着していたポートを返します。