0

我正在开发一个程序,我需要从 concurrent_vector 中删除第一个元素。我怎么做?

我曾想过将 concurrent_queue 与 try_pop 一起使用,但我需要一些仅由 concurrent_vector 提供的并发安全函数(如元素访问)。

4

0 回答 0