mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix case for new sentence.
This commit is contained in:
parent
f924e05b68
commit
b01657c470
Notes:
git
2022-01-31 07:59:30 +09:00
Merged: https://github.com/ruby/ruby/pull/5505 Merged-By: nobu <nobu@ruby-lang.org>
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ end
|
|||
Communication between Ractors is achieved by sending and receiving messages. There are two ways to communicate with each other.
|
||||
|
||||
* (1) Message sending/receiving
|
||||
* (1-1) push type send/receive (sender knows receiver). similar to the Actor model.
|
||||
* (1-1) push type send/receive (sender knows receiver). Similar to the Actor model.
|
||||
* (1-2) pull type yield/take (receiver knows sender).
|
||||
* (2) Using shareable container objects
|
||||
* Ractor::TVar gem ([ko1/ractor-tvar](https://github.com/ko1/ractor-tvar))
|
||||
|
|
Loading…
Reference in a new issue