Searched defs:TaskAttribute (Results 1 – 2 of 2) sorted by relevance
37 struct TaskAttribute { struct38 std::string taskName_;39 int64_t delayMillis_ = 0;40 TaskQoS taskQos_ = TaskQoS::DEFAULT;41 int64_t timeout_ = 0;42 bool insertHead_ = false;
23 const std::function<void()> &&task, const TaskAttribute &) in MockTaskHandler()