module Conrad
Public Class Methods
background_emit=(value)
click to toggle source
# File lib/conrad.rb, line 21 def background_emit=(value) EmitterQueue.instance.background = value end
background_emit?()
click to toggle source
Boolean indicating if the events collected should be emitted in the background. Defaults to false.
# File lib/conrad.rb, line 17 def background_emit? EmitterQueue.instance.background end