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.



67
68
69
# File 'lib/async/task.rb', line 67

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