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

Wip 1530 detach futures from message dispatcher √ #198

Merged

Conversation

viktorklang
Copy link
Member

Need this reviewed ASAP so it can go into M2. Will merge it in a couple of hours unless someone stops me.

/**
* Creates an ExecutionContext from the given Executor
*/
def fromExecutor(e: ExecutorService): ExecutionContext = new WrappedExecutor(e)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two times the same argument type? I don’t really know much about this, but it smells fishy.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@rkuhn
Copy link
Contributor

rkuhn commented Dec 30, 2011

looks obvious enough, but I cannot confidently state that I looked deeply at the details.

@viktorklang
Copy link
Member Author

Alright, merging

viktorklang added a commit that referenced this pull request Dec 30, 2011
…age-dispatcher-√

Wip 1530 detach futures from message dispatcher √
@viktorklang viktorklang merged commit 7c02287 into master Dec 30, 2011
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

Successfully merging this pull request may close these issues.

None yet

2 participants