Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
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 */