每日C++(26年):2月合集

每日C++(26年):2月合集

来自AI助手的总结
2月份介绍了C++中的future和atomic相关功能,包括std::shared_future、std::atomic_flag等的多种操作和使用方法。

2月1日:

future:std::shared_future::valid

2月2日:

future:std::shared_future::wait

2月3日:

future:std::shared_future::wait_for

2月4日:

future:std::shared_future::wait_until

2月5日:

future:std::async

2月6日:

future:std::launch

2月7日:

future:std::future_status

2月8日:

atomic:std::atomic_flag::clear

2月9日:

atomic:std::atomic_flag::test_and_set

2月10日:

atomic:std::atomic_flag::test

2月11日:

atomic:std::atomic_flag::wait

2月12日:

atomic:std::atomic_flag::notify_one

2月13日:

atomic:std::atomic_flag::notify_all

2月14日:

future:std::future_error::code

2月15日:

atomic:std::kill_dependency

2月16日:

atomic:std::atomic_thread_fence

2月17日:

atomic:std::atomic_signal_fence

2月18日:

atomic:std::atomic_exchange和std::atomic_exchange_explicit

2月19日:

atomic:std::atomic_fetch_add和std::atomic_fetch_add_explicit

2月20日:

atomic:std::atomic_fetch_sub和std::atomic_fetch_sub_explicit

2月21日:

atomic:std::atomic_fetch_and和std::atomic_fetch_and_explicit

2月22日:

atomic:std::atomic_fetch_or和std::atomic_fetch_or_explicit

2月23日:

atomic:std::atomic_fetch_xor和std::atomic_fetch_xor_explicit

2月24日:

atomic:std::atomic_fetch_max和std::atomic_fetch_max_explicit

2月25日:

atomic:std::atomic_fetch_min和std::atomic_fetch_min_explicit

2月26日:

atomic:std::atomic_wait和std::atomic_wait_explicit

2月27日:

atomic:std::atomic_notify_one

2月28日:

atomic:std::atomic_notify_all

© 版权声明
THE END
喜欢就支持一下吧
点赞7 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容