lib/async/task.rb in async-2.3.0 vs lib/async/task.rb in async-2.3.1
- old
+ new
@@ -261,10 +261,10 @@
end
self.root.resume(@fiber)
end
- # Finish the current task, and all bound bound IO objects.
+ # Finish the current task, moving any children to the parent.
def finish!
# Allow the fiber to be recycled.
@fiber = nil
# Attempt to remove this node from the task tree.