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

Rustup #329

Merged
merged 10 commits into from
Feb 21, 2015
Merged

Rustup #329

merged 10 commits into from
Feb 21, 2015

Conversation

seanmonstar
Copy link
Member

Closes #328

renato-zannon and others added 10 commits February 21, 2015 15:05
Send no longer implies 'static; update needed lifetime bounds.
… data

Change AcceptorPool to not spawn detached threads anymore. This,
together with the recent `Send` changes, allows the `work` closure to
close over non-`'static` data.

This doesn't change the high-level `Server` interface, because that
would make it's `listen` a blocking call (it's currently non-blocking)
- which would be a breaking change.
seanmonstar added a commit that referenced this pull request Feb 21, 2015
@seanmonstar seanmonstar merged commit b985d85 into master Feb 21, 2015
@seanmonstar seanmonstar deleted the 324 branch February 21, 2015 23:12
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.

Build failure with rust nightly
2 participants