Searched defs:task_base (Results 1 – 1 of 1) sorted by relevance
24 struct task_base : public shared_state< R > { struct25 typedef intrusive_ptr< task_base > ptr_type;27 virtual ~task_base() { in ~task_base()