2022-03-30 14:46:18 +09:00
|
|
|
#ifndef INTERNAL_RACTOR_H /*-*-C-*-vi:se ft=c:*/
|
|
|
|
#define INTERNAL_RACTOR_H
|
|
|
|
|
|
|
|
void rb_ractor_ensure_main_ractor(const char *msg);
|
|
|
|
|
2024-10-23 20:54:38 +01:00
|
|
|
RUBY_SYMBOL_EXPORT_BEGIN
|
|
|
|
void rb_ractor_setup_belonging(VALUE obj);
|
|
|
|
RUBY_SYMBOL_EXPORT_END
|
|
|
|
|
2022-03-30 14:46:18 +09:00
|
|
|
#endif /* INTERNAL_RACTOR_H */
|