MCPcopy Create free account
hub / github.com/acl-dev/acl / del

Method del

lib_acl_cpp/include/acl_cpp.cn/stdlib/trigger.hpp:243–247  ·  view source on GitHub ↗

* ����Ҫɾ���Ķ�ʱ���������ʱ�����У�Ȼ��Ӷ�ʱ����ɾ��֮ * @pararm o {T*} */

Source from the content-addressed store, hash-verified

241 * @pararm o {T*}
242 */
243 void del(T* o) {
244 lock_.lock();
245 timer_del_.push_back(o);
246 lock_.unlock();
247 }
248
249 timer_trigger<T>& get_trigger() {
250 return timer_;

Callers

nothing calls this directly

Calls 3

lockMethod · 0.45
push_backMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected