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
815 816 817 |
# File 'lib/ldclient-rb/ldclient.rb', line 815 def initialized? true end |
#start ⇒ Object
809 810 811 812 813 |
# File 'lib/ldclient-rb/ldclient.rb', line 809 def start e = Concurrent::Event.new e.set e end |
#stop ⇒ Object
819 820 |
# File 'lib/ldclient-rb/ldclient.rb', line 819 def stop end |