10 #ifndef EIGEN_CXX11_THREADPOOL_THREAD_POOL_INTERFACE_H 11 #define EIGEN_CXX11_THREADPOOL_THREAD_POOL_INTERFACE_H 20 virtual void Schedule(std::function<
void()> fn) = 0;
48 #endif // EIGEN_CXX11_THREADPOOL_THREAD_POOL_INTERFACE_H
virtual void Schedule(std::function< void()> fn)=0
Namespace containing all symbols from the Eigen library.
virtual void ScheduleWithHint(std::function< void()> fn, int, int)
virtual ~ThreadPoolInterface()
virtual int NumThreads() const =0
virtual int CurrentThreadId() const =0