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

Method del

lib_acl_cpp/include/acl_cpp/stdlib/trigger.hpp:253–257  ·  view source on GitHub ↗

* Add timer task object to be deleted to temporary queue, then delete it from * timer * @pararm o {T*} */

Source from the content-addressed store, hash-verified

251 * @pararm o {T*}
252 */
253 void del(T* o) {
254 lock_.lock();
255 timer_del_.push_back(o);
256 lock_.unlock();
257 }
258
259 timer_trigger<T>& get_trigger() {
260 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