mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Correct article of Ractor's introduction [ci skip]
This commit is contained in:
parent
1d83302f32
commit
1486ffe039
Notes:
git
2022-08-28 16:27:33 +09:00
Merged: https://github.com/ruby/ruby/pull/6293 Merged-By: nobu <nobu@ruby-lang.org>
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Ractor is a Actor-model abstraction for Ruby that provides thread-safe parallel execution.
|
||||
# Ractor is an Actor-model abstraction for Ruby that provides thread-safe parallel execution.
|
||||
#
|
||||
# Ractor.new can make a new Ractor, and it will run in parallel.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue