Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 264 Bytes

a_technique_for_safe_deletion_with_object_locking.md

File metadata and controls

9 lines (5 loc) · 264 Bytes

A Technique for Safe Deletion with Object Locking

文章隶属于2000年1月份出版的 More C++ Gems,网上搜了一下找不到拷贝。

只能找到 ACM Digital Library 里记录的信息:https://dl.acm.org/doi/10.5555/331120.331197


  1. 见书 P26