1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/doc
Koichi Sasada 79df14c04b Introduce Ractor mechanism for parallel execution
This commit introduces Ractor mechanism to run Ruby program in
parallel. See doc/ractor.md for more details about Ractor.
See ticket [Feature #17100] to see the implementation details
and discussions.

[Feature #17100]

This commit does not complete the implementation. You can find
many bugs on using Ractor. Also the specification will be changed
so that this feature is experimental. You will see a warning when
you make the first Ractor with `Ractor.new`.

I hope this feature can help programmers from thread-safety issues.
2020-09-03 21:11:06 +09:00
..
csv [ruby/csv] RDoc for converters (#157) 2020-07-20 02:32:54 +09:00
images
irb
pty
syntax Clarify behavior of super in method in module included in refinement [ci skip] 2020-07-10 15:31:51 -07:00
.document
bug_triaging.rdoc
ChangeLog-0.06_to_0.52
ChangeLog-0.50_to_0.60
ChangeLog-0.60_to_1.1
ChangeLog-1.8.0
ChangeLog-1.9.3
ChangeLog-2.0.0
ChangeLog-2.1.0
ChangeLog-2.2.0
ChangeLog-2.3.0
ChangeLog-2.4.0
ChangeLog-YARV
contributing.rdoc doc/contributing.rdoc: Now ruby >= 2.2 or 2.3 is required to build ruby 2020-06-10 09:52:54 +09:00
dig_methods.rdoc Adding doc/dig_methods.rdoc and links to it (#3416) 2020-08-13 13:16:27 -05:00
dtrace_probes.rdoc Document how to enable USDT method entry/exit tracepoints 2020-05-18 17:39:21 +12:00
extension.ja.rdoc
extension.rdoc Add documentation to "dcompact" callback and "parent" member 2020-08-25 10:50:51 -07:00
fiber.rdoc [DOC] fixed the method name 2020-08-14 16:33:47 +09:00
forwardable.rd.ja
globals.rdoc
implicit_conversion.rdoc [CI skip] Enhance rdoc intro for Hash (#3056) 2020-05-15 14:11:42 -07:00
keywords.rdoc
maintainers.rdoc Fix a typo [ci skip] 2020-09-03 17:54:00 +09:00
make_cheatsheet.md
marshal.rdoc
method_documentation.rdoc Add alias treatment to method_documentation.rdoc (#3468) 2020-08-28 13:39:16 -05:00
NEWS-1.8.7
NEWS-1.9.1
NEWS-1.9.2
NEWS-1.9.3
NEWS-2.0.0 Fixed RDoc formatting [ci skip] 2020-05-18 21:25:01 +09:00
NEWS-2.1.0
NEWS-2.2.0 Fixed RDoc formatting [ci skip] 2020-05-18 21:25:01 +09:00
NEWS-2.3.0 Fixed RDoc formatting [ci skip] 2020-05-18 21:25:01 +09:00
NEWS-2.4.0 Fixed RDoc formatting [ci skip] 2020-05-18 21:25:01 +09:00
NEWS-2.5.0
NEWS-2.6.0 [DOC] Turned note-lists into label-lists [ci skip] 2020-05-25 11:02:08 +09:00
NEWS-2.7.0 [DOC] Turned note-lists into label-lists [ci skip] 2020-05-25 11:02:08 +09:00
ractor.md Introduce Ractor mechanism for parallel execution 2020-09-03 21:11:06 +09:00
regexp.rdoc
security.rdoc
signals.rdoc
standard_library.rdoc Promote nkf to default gems 2020-08-25 21:17:19 +09:00
syntax.rdoc
yarvarch.en
yarvarch.ja