1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

socket is ractor-safe.

This commit is contained in:
Koichi Sasada 2020-12-18 11:23:16 +09:00
parent aa82b067cb
commit a07f249803

View file

@ -1894,6 +1894,8 @@ socket_s_ip_address_list(VALUE self)
void
Init_socket(void)
{
rb_ext_ractor_safe(true);
rsock_init_basicsocket();
/*