9 #ifndef INCLUDED_UHD_UTILS_TASKS_HPP
10 #define INCLUDED_UHD_UTILS_TASKS_HPP
14 #include <boost/function.hpp>
15 #include <boost/shared_ptr.hpp>
16 #include <boost/utility.hpp>
23 typedef boost::shared_ptr<task>
sptr;
static sptr make(const task_fcn_type &task_fcn, const std::string &name="")
boost::function< void(void)> task_fcn_type
Definition: tasks.hpp:24
boost::shared_ptr< task > sptr
Definition: tasks.hpp:23
#define UHD_API
Definition: config.h:68
Definition: build_info.hpp:13
boost::noncopyable noncopyable
Definition: noncopyable.hpp:46