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

Adds typed future_type for executor_traits #1892

Merged
merged 1 commit into from Dec 3, 2015
Merged

Conversation

dcbdan
Copy link
Contributor

@dcbdan dcbdan commented Dec 3, 2015

I wanted to use an executor that returns shared_futures not futures. This is how I did it,
but please suggest anything if I missed an obvious alternative.

Allows an executor to define and use a separate future type.
For example, a shared future instead of a default future. See
added test file.

Allows an executor to define and use a separate future type.
For example, a shared future instead of a default future. See
added test file.
@hkaiser
Copy link
Member

hkaiser commented Dec 3, 2015

Good catch, thanks!

hkaiser added a commit that referenced this pull request Dec 3, 2015
Adds typed future_type for executor_traits
@hkaiser hkaiser merged commit 148d15f into master Dec 3, 2015
@hkaiser hkaiser deleted the exec_future_type branch December 3, 2015 23:35
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.

None yet

2 participants