blob: a65907a05a7cf218c4878a253d90829ed3449b25 (
plain)
1
2
3
4
5
6
7
8
9
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 */
|