Searched defs:task_object (Results 1 – 1 of 1) sorted by relevance
34 class task_object : public task_base< R, Args ... > { class44 task_object( allocator_type const& alloc, Fn const& fn) : in task_object() function in boost::fibers::detail::task_object50 task_object( allocator_type const& alloc, Fn && fn) : in task_object() function in boost::fibers::detail::task_object109 class task_object< Fn, Allocator, void, Args ... > : public task_base< void, Args ... > { class119 task_object( allocator_type const& alloc, Fn const& fn) : in task_object() function in boost::fibers::detail::task_object125 task_object( allocator_type const& alloc, Fn && fn) : in task_object() function in boost::fibers::detail::task_object