alsk/plot/executor/staticpool.h

9 lines
174 B
C
Raw Normal View History

2021-05-10 16:14:13 +00:00
#ifndef ALSK_PLOT_EXECUTOR_STATICPOOL_H
#define ALSK_PLOT_EXECUTOR_STATICPOOL_H
#include "../common.h"
Split staticPool(std::size_t n, CoresList const& coresList);
#endif