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
The exceptions which extends scala.util.control.ControlThrowable, break out some scala control constructs, such as scalax.file.NotDirectoryException. When I use scala-io for something in a future, if a scalax.file.NotDirectoryException is thrown, then the "onComplete" of the generated future will not be triggered. scala.util.control.ControlThrowable, which is for BASIC control flows such as "IF-ELSE", "RETURN", "BREAK", "FUTRUEN", is not for scala-io.
The text was updated successfully, but these errors were encountered:
The exceptions which extends scala.util.control.ControlThrowable, break out some scala control constructs, such as scalax.file.NotDirectoryException. When I use scala-io for something in a future, if a scalax.file.NotDirectoryException is thrown, then the "onComplete" of the generated future will not be triggered. scala.util.control.ControlThrowable, which is for BASIC control flows such as "IF-ELSE", "RETURN", "BREAK", "FUTRUEN", is not for scala-io.
The text was updated successfully, but these errors were encountered: