Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise the use of async from CE3 Async[F] in the light of new cancelation semantics introduced with CE3 3.5.0 #2892

Closed
kamilkloch opened this issue May 15, 2023 · 0 comments · Fixed by #2897
Assignees

Comments

@kamilkloch
Copy link
Contributor

CE3 3.5.0 introduced new async cancelation semantics:
The changes in async cancelation (and particularly the implications on async_) are definitely expected to have user-facing impact, potentially breaking existing code in subtle ways. If you have any code which uses async_ (or async) directly, you should read this section very carefully and potentially make the corresponding changes.

https://github.com/typelevel/cats-effect/releases/tag/v3.5.0

Usages of Async[F]#async and Async[F]#async_ should be probably revised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants