HomePhabricator

httpserver: replace boost threads with std

Description

httpserver: replace boost threads with std

along with mutex/condvar/bind/etc.

httpserver handles its own interruption, so there's no reason not to use std
threading.

While we're at it, may as well kill the BOOST_FOREACH's as well.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Jul 28 2016, 22:31
deadalnixPushed on May 14 2017, 22:04
Parents
rABCd3773ca9aeb0: httpserver: explicitly detach worker threads
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABC7e8703344714: httpserver: replace boost threads with std (authored by Cory Fields <cory-nospam-@coryfields.com>).Jul 28 2016, 23:08