self << msg, move: false -> self[permalink][rdoc][edit]send(msg, move: false) -> self-
Ractor の default port に対してメッセージを送信します。
- [PARAM] msg:
- 送信するメッセージを指定します。
- [PARAM] move:
- msg を「移動」する場合は true を指定します。
[SEE_ALSO] Ractor::Port#send
self << msg, move: false -> self[permalink][rdoc][edit]send(msg, move: false) -> selfRactor の default port に対してメッセージを送信します。
[SEE_ALSO] Ractor::Port#send