1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/internal
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
..
array.h RARRAY_AREF: convert into an inline function 2020-08-15 12:09:26 +09:00
bignum.h include/ruby/backward/2/r_cast.h: deprecate 2020-08-27 15:03:36 +09:00
bits.h
class.h RClassDeprecated: delete 2020-08-27 15:02:52 +09:00
compar.h
compile.h
compilers.h
complex.h include/ruby/backward/2/r_cast.h: deprecate 2020-08-27 15:03:36 +09:00
cont.h
dir.h
enc.h
encoding.h
enum.h
enumerator.h
error.h
eval.h
file.h
fixnum.h
gc.h Initialize new T_OBJECT as ROBJECT_EMBED 2020-09-02 14:54:29 -07:00
hash.h include/ruby/backward/2/r_cast.h: deprecate 2020-08-27 15:03:36 +09:00
imemo.h include/ruby/backward/2/r_cast.h: deprecate 2020-08-27 15:03:36 +09:00
inits.h
io.h
load.h
loadpath.h
math.h
missing.h
mjit.h
numeric.h include/ruby/backward/2/r_cast.h: deprecate 2020-08-27 15:03:36 +09:00
object.h ROBJECT_IV_INDEX_TBL: convert into an inline function 2020-08-19 14:30:57 +09:00
parse.h
proc.h
process.h
random.h
range.h
rational.h include/ruby/backward/2/r_cast.h: deprecate 2020-08-27 15:03:36 +09:00
re.h
sanitizers.h
serial.h
signal.h
static_assert.h
string.h
struct.h include/ruby/backward/2/r_cast.h: deprecate 2020-08-27 15:03:36 +09:00
symbol.h
thread.h Move declarations to private internal/thread.h header. 2020-07-20 13:20:58 +12:00
time.h
transcode.h
util.h
variable.h Introduce Ractor mechanism for parallel execution 2020-09-03 21:11:06 +09:00
vm.h Expose ec -> backtrace (internal) and use it to implement fiber backtrace. 2020-08-18 00:56:35 +12:00
warnings.h