mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
C extensions can violate the ractor-safety, so only ractor-safe C extensions (C methods) can run on non-main ractors. rb_ext_ractor_safe(true) declares that the successive defined methods are ractor-safe. Otherwiwze, defined methods checked they are invoked in main ractor and raise an error if invoked at non-main ractors. [Feature #17307] |
||
|---|---|---|
| .. | ||
| backward | ||
| internal | ||
| assert.h | ||
| backward.h | ||
| debug.h | ||
| defines.h | ||
| encoding.h | ||
| intern.h | ||
| io.h | ||
| memory_view.h | ||
| missing.h | ||
| onigmo.h | ||
| oniguruma.h | ||
| ractor.h | ||
| random.h | ||
| re.h | ||
| regex.h | ||
| ruby.h | ||
| st.h | ||
| subst.h | ||
| thread.h | ||
| thread_native.h | ||
| util.h | ||
| version.h | ||
| vm.h | ||
| win32.h | ||