class Async::Task::FinishedError
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