Skip to content

Conversation

@lewinpauli
Copy link

@lewinpauli lewinpauli commented Dec 3, 2025

As needed since 6 years here is cancellation support #181

  • Add CancellationToken class for operation cancellation
  • Add CancelledException for cancelled operations
  • Integrate cancellation into BaseOptions, QueryOptions, MutationOptions
  • Implement cancellation handling in QueryManager
  • Add queryCancellable() and mutateCancellable() convenience methods
  • Add comprehensive test suite (7 tests)
  • Add usage documentation

-> no breaking changes

-> all tests pass

- Add CancellationToken class for operation cancellation
- Add CancelledException for cancelled operations
- Integrate cancellation into BaseOptions, QueryOptions, MutationOptions
- Implement cancellation handling in QueryManager
- Add queryCancellable() and mutateCancellable() convenience methods
- Add comprehensive test suite (7 tests)
- Add usage documentation
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 this pull request may close these issues.

1 participant