feat/support_fiber #6

Merged
tqcq merged 52 commits from feat/support_fiber into master 2024-08-11 13:03:04 +08:00
Showing only changes of commit 5c3de3e1bc - Show all commits

View File

@ -85,7 +85,7 @@ TEST_F(CondVarTest, NotifyOne_Wait) {
TEST_F(CondVarTest, NotifyOne_WaitFor) {
// Wait
// constexpr auto kWaitTimeoutMs = 100;
constexpr auto kWaitTimeout = std::chrono::milliseconds(50);
constexpr auto kWaitTimeout = std::chrono::milliseconds(100);
auto WaitFor = [&] {
UniqueLock<Mutex> inner_locker(*m);
SetStarted();