Searched defs:DelayDoParam (Results 1 – 1 of 1) sorted by relevance
1689 struct DelayDoParam { in DelayDo() struct1690 uv_timer_t handle; in DelayDo()1691 uint8_t flag; in DelayDo()1692 string msg; in DelayDo()1693 void *data; in DelayDo()1694 std::function<void(const uint8_t, string &, const void *)> cb; in DelayDo()