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

ExecutionContext needs to provide a hook for preparing the execution of a task #6185

Closed
scabug opened this issue Aug 4, 2012 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@scabug
Copy link

scabug commented Aug 4, 2012

ExecutionContext needs to provide a hook similar to this:

def prepare[T, U](f: Try[T] => U): ExecutionContext

The idea is that prepare is invoked on the thread that is submitting a task for execution. The returned ExecutionContext is then used to do the actual execution. Such a hook should enable implementing Twitter's Local abstraction, for example.

@scabug
Copy link
Author

scabug commented Aug 4, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6185?orig=1
Reporter: @phaller
Affected Versions: 2.10.0

@scabug
Copy link
Author

scabug commented Aug 8, 2012

@adriaanm said:
scala/scala#1056

@scabug scabug closed this as completed Aug 8, 2012
@scabug scabug added this to the 2.10.0-M6 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants