Sha256: 63fc1ed9871809b7e9d58c0bd8bf0880706a42de0ba080c8c19b60872330fb45
Contents?: true
Size: 433 Bytes
Versions: 30
Compression:
Stored size: 433 Bytes
Contents
module CZMQ::FFI if available? opts = { blocking: true # only necessary on MRI to deal with the GIL. } ## # NOTE: this is to support the current stable release, CZMQ 3.0.2 # # attach zsys_has_curve (as zproc_has_curve), if zproc_has_curve isn't # available unless methods.include? :zproc_has_curve attach_function :zproc_has_curve, :zsys_has_curve, [], :bool, **opts end end end
Version data entries
30 entries across 30 versions & 1 rubygems