Minor comment cleanup

This commit is contained in:
eidheim 2017-07-21 12:54:17 +02:00
commit 3ba494e0ac

View file

@ -13,7 +13,7 @@ typedef SimpleWeb::Server<SimpleWeb::HTTP> HttpServer;
typedef SimpleWeb::Client<SimpleWeb::HTTP> HttpClient; typedef SimpleWeb::Client<SimpleWeb::HTTP> HttpClient;
int main() { int main() {
// Test ScopesContinue // Test ScopeRunner
{ {
SimpleWeb::ScopeRunner scope_runner; SimpleWeb::ScopeRunner scope_runner;
std::thread cancel_thread; std::thread cancel_thread;