We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efd50b commit 3efbe29Copy full SHA for 3efbe29
lib/concurrent/scheduled_task.rb
@@ -14,6 +14,7 @@ def initialize(intended_time, opts = {}, &block)
14
15
super(NO_VALUE, opts)
16
17
+ self.observers = CopyOnNotifyObserverSet.new
18
@intended_time = intended_time
19
@state = :unscheduled
20
@task = block
0 commit comments