Files
hyper/src
Renato Zannon b0a72d80d0 feat(server): make AcceptorPool::accept() block and allow non'-static 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.
2015-02-21 15:05:50 -08:00
..
2015-02-21 15:05:50 -08:00
2015-02-03 18:57:24 -08:00
2015-02-21 15:05:50 -08:00