Minor comment cleanup
This commit is contained in:
parent
e3789b6d4d
commit
3ba494e0ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue