Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ put
Method
put
lib_acl_cpp/src/hsocket/hspool.cpp:107–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void hspool::put(hsclient* client)
108
{
109
acl_assert(client);
110
locker_->lock();
111
pool_.push_back(client);
112
locker_->unlock();
113
}
114
115
} // namespace acl
116
Callers
15
thread_main
Function · 0.45
thread_main
Function · 0.45
thread_main
Function · 0.45
hspool_find
Function · 0.45
hspool_update
Function · 0.45
run
Method · 0.45
run
Method · 0.45
producer
Function · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
thread_main
Function · 0.45
Calls
3
lock
Method · 0.45
push_back
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected