10 #ifndef EIGEN_CXX11_THREADPOOL_THREAD_POOL_INTERFACE_H
11 #define EIGEN_CXX11_THREADPOOL_THREAD_POOL_INTERFACE_H
22 virtual void Schedule(std::function<
void()> fn) = 0;
virtual void ScheduleWithHint(std::function< void()> fn, int, int)
virtual int CurrentThreadId() const =0
virtual ~ThreadPoolInterface()
virtual void Schedule(std::function< void()> fn)=0
virtual int NumThreads() const =0