原子型別

std::atomic 允許對 TriviallyCopyable 型別進行原子訪問,如果通過原子操作或使用鎖來完成,則它依賴於實現。唯一有保障的無鎖原子型別是 std::atomic_flag