MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / unregister_pool

Method unregister_pool

common/identity-pool.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 int unregister_pool(IdentityPoolBase* entry) {
121 photon::scoped_lock lock(mutex);
122 entries.pop(entry);
123 return 0;
124 }
125};
126
127int IdentityPoolBase::enable_autoscale() {

Callers 1

disable_autoscaleMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected