course
course copied to clipboard
mtqueue.hpp中的代码细节问题
slides/thread/mtqueue.hpp中,std::optional<T> try_pop_until函数中,使用的是m_cv_empty.wait_for而不是wait_until。
对不起!是我写错了,已经修复