mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
build fix
This commit is contained in:
parent
1086e3383b
commit
45af0fea41
4
test.cpp
4
test.cpp
@ -184,6 +184,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
template<typename _CTy, typename... _ATy>
|
||||
class continuable_returner
|
||||
{
|
||||
@ -216,6 +217,7 @@ public:
|
||||
return std::move(returning_continuable);
|
||||
}
|
||||
};
|
||||
*/
|
||||
|
||||
template<typename T>
|
||||
class copymove
|
||||
@ -719,7 +721,7 @@ int main(int /*argc*/, char** /*argv*/)
|
||||
|
||||
// std::this_thread::sleep_for(std::chrono::seconds(5));
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::seconds(10));
|
||||
std::this_thread::sleep_for(std::chrono::seconds(5));
|
||||
|
||||
pool.Await();
|
||||
countPool.Await();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user