mirror of
https://github.com/Naios/continuable.git
synced 2026-02-14 22:29:48 +08:00
build fix
This commit is contained in:
parent
8f6a0f7bef
commit
2ed99d2358
4
test.cpp
4
test.cpp
@ -184,6 +184,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
template<typename _CTy, typename... _ATy>
|
template<typename _CTy, typename... _ATy>
|
||||||
class continuable_returner
|
class continuable_returner
|
||||||
{
|
{
|
||||||
@ -216,6 +217,7 @@ public:
|
|||||||
return std::move(returning_continuable);
|
return std::move(returning_continuable);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
class copymove
|
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(5));
|
||||||
|
|
||||||
std::this_thread::sleep_for(std::chrono::seconds(10));
|
std::this_thread::sleep_for(std::chrono::seconds(5));
|
||||||
|
|
||||||
pool.Await();
|
pool.Await();
|
||||||
countPool.Await();
|
countPool.Await();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user