We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9f483 commit 8a2cb3fCopy full SHA for 8a2cb3f
include/bitcoin/database/primitives/nomap.hpp
@@ -102,7 +102,7 @@ class nomap
102
using manager = database::manager<Link, system::data_array<zero>, Size>;
103
using head = database::arrayhead<Link>;
104
105
- // Unsafe with zero buckets (index/top/push).
+ // Thread safe (index/top/push).
106
// Not thread safe (create/open/close/backup/restore).
107
head head_;
108
0 commit comments