Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
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 */