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

Add CancellationToken to async IScheduler methods #444

Closed
smbecker opened this issue Jan 27, 2017 · 1 comment
Closed

Add CancellationToken to async IScheduler methods #444

smbecker opened this issue Jan 27, 2017 · 1 comment
Milestone

Comments

@smbecker
Copy link

It is standard practice for async Task methods to accept a CancellationToken to allow the caller to trigger a cancellation of the async method. However, all of the async methods in IScheduler do not expose such a parameter. Can that be added?

@lahma lahma added this to the 3.0-alpha3 milestone Jan 28, 2017
@lahma
Copy link
Member

lahma commented Jan 28, 2017

Seems like a reasonable request, let's try to get that to next alpha.

@lahma lahma closed this as completed in 1e1b783 Jul 17, 2017
lahma added a commit that referenced this issue Jul 17, 2017
closes #444 add CancellationToken to async methods
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

No branches or pull requests

2 participants