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
892 893 894 |
# File 'lib/ldclient-rb/ldclient.rb', line 892 def initialized? true end |
#start ⇒ Object
886 887 888 889 890 |
# File 'lib/ldclient-rb/ldclient.rb', line 886 def start e = Concurrent::Event.new e.set e end |
#stop ⇒ Object
896 897 |
# File 'lib/ldclient-rb/ldclient.rb', line 896 def stop end |