tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::SerialExecutor Concept Reference

#include <tess/ops/phase_executor.h>

Concept definition

template<typename Executor>
concept SerialExecutor =
requires { typename std::remove_cvref_t<Executor>::serial_execution_tag; }
Definition phase_executor.h:126

Detailed Description

Accepts phase executors that promise callbacks never overlap. Custom serial executors opt in with using serial_execution_tag = void.