class LaunchDarkly::NullUpdateProcessor

Used internally when the client is offline. @private

Public Instance Methods

initialized?() click to toggle source
# File lib/ldclient-rb/ldclient.rb, line 475
def initialized?
  true
end
start() click to toggle source
# File lib/ldclient-rb/ldclient.rb, line 469
def start
  e = Concurrent::Event.new
  e.set
  e
end
stop() click to toggle source
# File lib/ldclient-rb/ldclient.rb, line 479
def stop
end