Searched defs:DelayDoParam (Results 1 – 1 of 1) sorted by relevance
1191 struct DelayDoParam { in DelayDo() struct1192 uv_timer_t handle; in DelayDo()1193 uint8_t flag; in DelayDo()1194 string msg; in DelayDo()1195 void *data; in DelayDo()1196 std::function<void(const uint8_t, string &, const void *)> cb; in DelayDo()