Class: LaunchDarkly::NullUpdateProcessor
- Inherits:
-
Object
- Object
- LaunchDarkly::NullUpdateProcessor
- Defined in:
- lib/ldclient-rb/ldclient.rb
Overview
Used internally when the client is offline.
Instance Method Summary collapse
Instance Method Details
#initialized? ⇒ Boolean
470 471 472 |
# File 'lib/ldclient-rb/ldclient.rb', line 470 def initialized? true end |
#start ⇒ Object
464 465 466 467 468 |
# File 'lib/ldclient-rb/ldclient.rb', line 464 def start e = Concurrent::Event.new e.set e end |
#stop ⇒ Object
474 475 |
# File 'lib/ldclient-rb/ldclient.rb', line 474 def stop end |