Skip to content

Commit

Permalink
Merge pull request #2041 from mohamedhafez/patch-1
Browse files Browse the repository at this point in the history
Mark as ractor-safe
  • Loading branch information
soutaro authored Oct 3, 2024
2 parents 8473835 + 3b3a393 commit 9d0693b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/rbs_extension/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
void
Init_rbs_extension(void)
{
#ifdef HAVE_RB_EXT_RACTOR_SAFE
rb_ext_ractor_safe(true);
#endif
rbs__init_constants();
rbs__init_location();
rbs__init_parser();
Expand Down

0 comments on commit 9d0693b

Please sign in to comment.