Closed kubo39 closed 7 years ago
We can call syscall such as read(2) without GVL. However rb_thread_call_without_gvl requires read(2) arguements wrapper as cast void* .
read(2)
rb_thread_call_without_gvl
void*
We can call syscall such as
read(2)
without GVL. Howeverrb_thread_call_without_gvl
requiresread(2)
arguements wrapper as castvoid*
.