2.1.0
ContextPanicError
is no longer thrown fromreceive()
,send()
, andjoin()
inContext
. OnlyContextException
can now be thrown from these methods. AContextPanicError
will be wrapped instead in aContextException
.
ContextPanicError
is no longer thrown from receive()
, send()
, and join()
in Context
. Only ContextException
can now be thrown from these methods. A ContextPanicError
will be wrapped instead in a ContextException
.