Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cancellation support to ServiceInvocation
Introduced a `cancelled` flag and implemented the `cancel` method to mark invocations as cancelled. Added a new `isCancelled` method to check the cancellation status of an invocation. This allows the client to determine if the application is still interested in the result while still executing the invocation.
- Loading branch information