Home
last modified time | relevance | path

Searched defs:task_base (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/fiber/future/detail/
Dtask_base.hpp24 struct task_base : public shared_state< R > { struct
25 typedef intrusive_ptr< task_base > ptr_type;
27 virtual ~task_base() { in ~task_base()