您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. coma:C ++ 20 asynccoroutineconcurrency原始函数-源码

  2. 昏迷 该库包含用于C ++ 20的异步/协程/并发基元。它是扩展的,并且基于标准库和Boost.ASIO。实用程序包括用于信号量,异步信号量和异步条件变量的RAII保护。 例子 使用RAII防护程序阻止信号量 std::counting_semaphore sem{ 10 }; int get_anwser (); int f () { coma::acq_rel_guard g{sem}; return get_anwser (); // may throw } 使用RAII守
  3. 所属分类:其它