Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
ipipeline_task_scheduler.h File Reference

Pipeline task scheduler interface. More...

#include "roc_core/time.h"
Include dependency graph for ipipeline_task_scheduler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  roc::pipeline::IPipelineTaskScheduler
 Pipeline task scheduler interface. PipelineLoop uses this interface to schedule asynchronous work. Method calls may come from different threads, but are serialized. More...
 

Namespaces

 roc
 Root namespace.
 
 roc::pipeline
 Sender and receiver processing pipelines.
 

Detailed Description

Pipeline task scheduler interface.

Definition in file ipipeline_task_scheduler.h.