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

Cancellable operations #24

Open
lmagyar opened this issue Jan 24, 2016 · 1 comment
Open

Cancellable operations #24

lmagyar opened this issue Jan 24, 2016 · 1 comment

Comments

@lmagyar
Copy link
Member

lmagyar commented Jan 24, 2016

To wait for the incoming request is cancellable, but the execution of the parameter delegate is not.
Also the outgoing requests return delegate is not cancellable.
The outgoing request is awaited by the scope without cancellation, this is a third place for an optional cancellable Task.

@lmagyar
Copy link
Member Author

lmagyar commented May 26, 2017

Orleans has cancellation support: dotnet/orleans#1516

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

No branches or pull requests

1 participant