Add newsfragment

alpha2
Tyler Goodlet 2021-09-02 08:33:29 -04:00
parent b4d95e9543
commit 558c44fdbe
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Drop stream "shielding" support which was originally added to sidestep
a cancelled call to ``.receive()``
In the original api design a stream instance was returned directly from
a call to ``Portal.run()`` and thus there was no "exit phase" to handle
cancellations and errors which would trigger implicit closure. Now that
we have said enter/exit semantics with ``Portal.open_stream_from()`` and
``Context.open_stream()`` we can drop this implicit (and arguably
confusing) behavior.