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