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

Helper methods to schedule tasks (non-)interruptibly on an #2772

Closed
wants to merge 1 commit into from

Conversation

akarnokd
Copy link
Member

ExecutorService. Replaces #2761.

By default, io() and newThread() schedules interruptible tasks, computation() schedules non-interruptible tasks.

@benjchristensen
Copy link
Member

I think this looks good ... but I'm trying to decouple in my head the API changes versus functional related to interrupt, as those are complicated and nuanced.

Before we proceed with this I'd like to have a clear description somewhere about our logic and thinking around interruption.

Additionally, let's mark the API additions as Experimental.

@akarnokd
Copy link
Member Author

akarnokd commented Mar 4, 2015

Okay.

@akarnokd akarnokd added this to the 1.1 milestone Mar 5, 2015
@akarnokd
Copy link
Member Author

akarnokd commented May 6, 2015

I'm closing this, let's revisit the problem later.

@akarnokd akarnokd closed this May 6, 2015
@akarnokd akarnokd deleted the ScheduleActionHelper0225 branch May 6, 2015 06:51
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