module Ethon::Multi::Options

def timerfunction=(value)

Returns:
  • (void) -

Parameters:
  • value (String) -- The value to set.

Other tags:
    Example: Set timerfunction option. -
def timerfunction=(value)
  Curl.set_option(:timerfunction, value_for(value, :string), handle, :multi)
end