course icon indicating copy to clipboard operation
course copied to clipboard

mtqueue.hpp中的代码细节问题

Open vandoor opened this issue 1 year ago • 1 comments

slides/thread/mtqueue.hpp中,std::optional<T> try_pop_until函数中,使用的是m_cv_empty.wait_for而不是wait_until。

vandoor avatar Jun 10 '24 15:06 vandoor

对不起!是我写错了,已经修复

archibate avatar Oct 18 '24 08:10 archibate