Method: Async::Task::FinishedError#initialize

Defined in:
lib/async/task.rb

#initialize(message = "Cannot create child task within a task that has finished execution!") ⇒ FinishedError

Create a new finished error.



41
42
43
# File 'lib/async/task.rb', line 41

def initialize(message = "Cannot create child task within a task that has finished execution!")
  super
end