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

Improve Akka.Actor.Cancelable #6032

Merged
merged 8 commits into from
Jul 21, 2022

Conversation

Arkatufus
Copy link
Contributor

Changes

  • Add new Create methods that takes CancellationToken params
  • Clean up the Dispose method
  • Expose the _isDisposed field as a property

- Add new Create methods that takes CancellationToken params
- Clean up the Dispose method
- Expose the _isDisposed field as a property
@Aaronontheweb Aaronontheweb added this to the 1.5.0 milestone Jul 6, 2022
Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API changes look fine, but have questions on the underlying behavior.

src/core/Akka/Actor/Cancellation/Cancelable.cs Outdated Show resolved Hide resolved
Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) July 19, 2022 19:46
@Aaronontheweb Aaronontheweb merged commit e9b643f into akkadotnet:dev Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants