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
453 454 455 |
# File 'lib/ldclient-rb/ldclient.rb', line 453 def initialized? true end |
#start ⇒ Object
447 448 449 450 451 |
# File 'lib/ldclient-rb/ldclient.rb', line 447 def start e = Concurrent::Event.new e.set e end |
#stop ⇒ Object
457 458 |
# File 'lib/ldclient-rb/ldclient.rb', line 457 def stop end |