[ruby-core:71212] Re: [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call

From: Eric Wong <normalperson@...>
Date: 2015-10-27 08:54:07 UTC
List: ruby-core #71212
Yes, user must check if the function is MT-safe.  Probably fine
for most library functions...

Maybe releasing GVL can be optional, but I would rather avoid
exposing implementation detail or new APIs...

In This Thread