Sha256: f5b7df55a72c3c86da3ac429b9b021d4d53f3fcca63c6428c2fecc4d4cd15fe2
Contents?: true
Size: 335 Bytes
Versions: 10
Compression:
Stored size: 335 Bytes
Contents
#ifdef HAVE_RB_THREAD_BLOCKING_REGION # ifdef HAVE_RB_THREAD_IO_BLOCKING_REGION /* temporary API for Ruby 1.9.3 */ VALUE rb_thread_io_blocking_region(rb_blocking_function_t *, void *, int); # else # define rb_thread_io_blocking_region(fn,data,fd) \ rb_thread_blocking_region((fn),(data),RUBY_UBF_IO,0) # endif #endif
Version data entries
10 entries across 10 versions & 1 rubygems