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 Use singleline/multiline instead of readline/reidline 2019-11-21 02:44:35 +09:00
pty
syntax Clarify behavior of super in method in module included in refinement [ci skip] 2020-07-10 15:31:51 -07:00
.document
ChangeLog-0.06_to_0.52
ChangeLog-0.50_to_0.60
ChangeLog-0.60_to_1.1 [DOC] Fix typos [ci skip] 2018-12-25 03:01:48 +00:00
ChangeLog-1.8.0 Fix typos [ci skip] 2019-10-23 12:00:44 +09:00
ChangeLog-1.9.3
ChangeLog-2.0.0 Redmine /projects/ruby-trunk is now redirected 2019-12-31 22:06:19 -08:00
ChangeLog-2.1.0 Redmine /projects/ruby-trunk is now redirected 2019-12-31 22:06:19 -08:00
ChangeLog-2.2.0
ChangeLog-2.3.0
ChangeLog-2.4.0 Fixed duplicated typo for `the the`. 2018-02-01 00:25:18 +00:00
ChangeLog-YARV
NEWS-1.8.7
NEWS-1.9.1
NEWS-1.9.2 Fix a typo [ci skip] 2019-09-16 21:36:23 +09:00
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 Fixed misspellings 2019-12-20 09:32:42 +09:00
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
bug_triaging.rdoc [DOC] Various fixes in bug triaging guide 2019-12-23 22:04:59 +01:00
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 Remove mention of $SAFE and taint from doc [ci skip] 2019-11-18 01:00:25 +02:00
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 Removed NIL/TRUE/FALSE from documents too 2020-04-17 17:40:57 +09:00
implicit_conversion.rdoc [CI skip] Enhance rdoc intro for Hash (#3056) 2020-05-15 14:11:42 -07:00
keywords.rdoc Documentation improvements for Ruby core 2019-10-26 14:58:08 +09:00
maintainers.rdoc Fix a typo [ci skip] 2020-09-03 17:54:00 +09:00
make_cheatsheet.md [DOC] Added GNU make specific targets [ci skip] 2020-04-24 18:32:47 +09:00
marshal.rdoc
method_documentation.rdoc Add alias treatment to method_documentation.rdoc (#3468) 2020-08-28 13:39:16 -05:00
ractor.md Introduce Ractor mechanism for parallel execution 2020-09-03 21:11:06 +09:00
regexp.rdoc [DOC] Fix typo and language 2019-12-24 16:57:30 +01:00
security.rdoc Remove mention of $SAFE and taint from doc [ci skip] 2019-11-18 01:00:25 +02:00
signals.rdoc doc/signals.rdoc: Clarify a bit where Signal.trap handlers are executed 2019-04-07 11:26:27 +00:00
standard_library.rdoc Promote nkf to default gems 2020-08-25 21:17:19 +09:00
syntax.rdoc Add pattern matching documentation 2020-02-24 00:28:13 +09:00
yarvarch.en
yarvarch.ja