21 #ifndef INCLUDED_GR_SCHEDULER_STS_H
22 #define INCLUDED_GR_SCHEDULER_STS_H
Definition: thread_group.h:26
#define GR_CORE_API
Definition: gr_core_api.h:30
virtual void stop()=0
Tell the scheduler to stop executing.
virtual void wait()=0
Block until the graph is done.
Concrete scheduler that uses the single_threaded_scheduler.
Definition: gr_scheduler_sts.h:31
Abstract scheduler that takes a flattened flow graph and runs it.
Definition: gr_scheduler.h:40