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 thrown exception does not get rethrown when trying to joinFiber mainT or joinFiber fiber and the program just peacefully terminates. Expected it to rethrow the exception as soon as I joinFiber the offending fiber.
This behaviour does not occur when mainT is not supervised.
The text was updated successfully, but these errors were encountered:
This program produces the following output:
The thrown exception does not get rethrown when trying to
joinFiber mainT
orjoinFiber fiber
and the program just peacefully terminates. Expected it to rethrow the exception as soon as IjoinFiber
the offending fiber.This behaviour does not occur when
mainT
is not supervised.The text was updated successfully, but these errors were encountered: