mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
added submodule phmap
This commit is contained in:
parent
2c35b3abc8
commit
dd09559253
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "parallel-hashmap"]
|
||||
path = parallel-hashmap
|
||||
url = https://github.com/greg7mdp/parallel-hashmap
|
||||
|
|
@ -8,6 +8,7 @@ private:
|
|||
uint_fast64_t balance;
|
||||
std::string password;
|
||||
|
||||
//for read/write of object's state concurrently
|
||||
std::mutex bal_lock;
|
||||
std::mutex pass_lock;
|
||||
|
||||
|
|
|
|||
1
parallel-hashmap
Submodule
1
parallel-hashmap
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 50558ca3f71c2a19f839f4fa26ad034470f4f3c6
|
||||
Loading…
Reference in a new issue