mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
doc/extension.ja.rdoc: remove trailing whitespace
This commit is contained in:
parent
c601a7ecfd
commit
a4419a55f0
1 changed files with 2 additions and 2 deletions
|
@ -1831,12 +1831,12 @@ GC」を参照して下さい.
|
|||
|
||||
== Appendix E. Ractor サポート
|
||||
|
||||
Ruby 3.0 から、Ruby プログラムを並列に実行するための仕組みである Ractor
|
||||
Ruby 3.0 から、Ruby プログラムを並列に実行するための仕組みである Ractor
|
||||
が導入されました。適切に並列に実行するためには、Ractor サポートが必要に
|
||||
なります。サポートしていないライブラリは、メイン Ractor 以外で実行すると
|
||||
エラーになります(Ractor::UnsafeError)。
|
||||
|
||||
Ractor をサポートするための詳細は、extension.rdoc の「Appendix F. Ractor
|
||||
Ractor をサポートするための詳細は、extension.rdoc の「Appendix F. Ractor
|
||||
support」を参照してください。
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue