Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RPageStorage::RTaskScheduler Class Referenceabstract

The interface of a task scheduler to schedule page (de)compression tasks.

Definition at line 76 of file RPageStorage.hxx.

Public Member Functions

virtual ~RTaskScheduler ()=default
virtual void AddTask (const std::function< void(void)> &taskFunc)=0
 Take a callable that represents a task.
virtual void Wait ()=0
 Blocks until all scheduled tasks finished.

#include <ROOT/RPageStorage.hxx>

Inheritance diagram for RPageStorage::RTaskScheduler:
ROOT::Experimental::Internal::RNTupleImtTaskScheduler

Constructor & Destructor Documentation

◆ ~RTaskScheduler()

Member Function Documentation

◆ AddTask()

virtual void ROOT::Internal::RPageStorage::RTaskScheduler::AddTask ( const std::function< void(void)> & taskFunc)
pure virtual

Take a callable that represents a task.

◆ Wait()

Blocks until all scheduled tasks finished.


The documentation for this class was generated from the following file: