27 virtual void startTask(std::function<
void()> f) = 0;
When implemented by a rendering engine, allows tasks to be asynchronously executed in background thre...
virtual void startTask(std::function< void()> f)=0
Starts a task that executes the given function in a background thread.
virtual ~ITaskProcessor()=default
Default destructor.
Classes that support asynchronous operations.