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

Expose thread_pool::SpawnHandle #604

Merged
merged 1 commit into from Sep 10, 2018

Conversation

Projects
None yet
3 participants
@fluxxu
Copy link
Contributor

fluxxu commented Aug 31, 2018

Motivation

thread_pool::ThreadPool::spawn_handle is public but its return value type thread_pool::SpawnHandle is private.

Solution

pub use thread_pool::SpawnHandle at lib.rs

@tobz

This comment has been minimized.

Copy link
Contributor

tobz commented Sep 6, 2018

@carllerche Thoughts?

@carllerche carllerche merged commit 19d5565 into tokio-rs:master Sep 10, 2018

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@carllerche

This comment has been minimized.

Copy link
Member

carllerche commented Sep 10, 2018

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.