Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGuteniev committed Sep 27, 2021
1 parent dc888f7 commit e624ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stl/inc/condition_variable
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ public:
_Unlock_guard<_Lock> _Unlock_outer{_Lck};
const auto _Now = _Clock::now();
if (_Now >= _Abs_time) {
_Guard.unlock();
break;
}

Expand Down

0 comments on commit e624ccc

Please sign in to comment.