Searched defs:DelayDoParam (Results 1 – 1 of 1) sorted by relevance
2001 struct DelayDoParam { in DelayDo() struct2002 uv_timer_t handle; in DelayDo()2003 uint8_t flag; in DelayDo()2004 string msg; in DelayDo()2005 void *data; in DelayDo()2006 std::function<void(const uint8_t, string &, const void *)> cb; in DelayDo()