Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
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 */