You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/async/task.rb
+1-1
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@ def stop(later = false)
298
298
begin
299
299
# There is a chance that this will stop the fiber that originally called stop. If that happens, the exception handling in `#stopped` will rescue the exception and re-raise it later.
300
300
Fiber.scheduler.raise(@fiber,Stop)
301
-
rescueFiberError=>error
301
+
rescueFiberError
302
302
# In some cases, this can cause a FiberError (it might be resumed already), so we schedule it to be stopped later:
0 commit comments