Consider un-deprecating the type erasing Async*Stream
s
#55
scottrhoyt
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While the situation with using
AsyncSequences
across API boundaries has gotten a bit better with the latest versions of Swift, there are still some holes where type erasure is useful. Consider this case. Can we remove the deprecation warning here until Swift can support use cases like this? Thanks!Beta Was this translation helpful? Give feedback.
All reactions