class Async::Task::FinishedError
Raised when a child task is created within a task that has finished execution.
def initialize(message = "Cannot create child task within a task that has finished execution!")
Create a new finished error.
def initialize(message = "Cannot create child task within a task that has finished execution!") super end