diff options
author | Felix Yan <[email protected]> | 2022-08-28 10:27:11 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-28 16:27:11 +0900 |
commit | 1486ffe03913076889290e38d86a7bdaca4e6fbd (patch) | |
tree | 586c734456ea3cd9818269227a107eccf571a5ba /ractor.rb | |
parent | 1d83302f32923948d34baa62c6307123864f56a6 (diff) |
[DOC] Correct article of Ractor's introduction [ci skip]
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6293
Merged-By: nobu <[email protected]>
Diffstat (limited to 'ractor.rb')
-rw-r--r-- | ractor.rb | 2 |
1 files changed, 1 insertions, 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. # |