Method: Libcouchbase::Ext.histogram_read

Defined in:
lib/libcouchbase/ext/libcouchbase.rb

.histogram_read(hg, cookie, cb) ⇒ nil

(Not documented)

Parameters:

  • hg (HISTOGRAM)
  • cookie (FFI::Pointer(*Void))
  • cb (Proc(callback_histogram_callback))

Returns:

  • (nil)


889
# File 'lib/libcouchbase/ext/libcouchbase.rb', line 889

attach_function :histogram_read, :lcb_histogram_read, [HISTOGRAM.by_ref, :pointer, :histogram_callback], :void, :blocking => true