Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
ractor.h
1#ifndef INTERNAL_RACTOR_H /*-*-C-*-vi:se ft=c:*/
2#define INTERNAL_RACTOR_H
3
4void rb_ractor_ensure_main_ractor(const char *msg);
5
6#endif /* INTERNAL_RACTOR_H */