summaryrefslogtreecommitdiff
path: root/internal/ractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ractor.h')
-rw-r--r--internal/ractor.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/internal/ractor.h b/internal/ractor.h
new file mode 100644
index 0000000000..a65907a05a
--- /dev/null
+++ b/internal/ractor.h
@@ -0,0 +1,10 @@
+#ifndef INTERNAL_RACTOR_H /*-*-C-*-vi:se ft=c:*/
+#define INTERNAL_RACTOR_H
+
+void rb_ractor_ensure_main_ractor(const char *msg);
+
+RUBY_SYMBOL_EXPORT_BEGIN
+void rb_ractor_setup_belonging(VALUE obj);
+RUBY_SYMBOL_EXPORT_END
+
+#endif /* INTERNAL_RACTOR_H */