determines if a callable is a runtime task More...
#include <taskflow/core/task.hpp>
determines if a callable is a runtime task
A runtime task is a callable object constructible from std::function<void(tf::Runtime&)> or std::function<void(tf::NonpreemptiveRuntime&)>.