We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c81cb2 commit f65d7a0Copy full SHA for f65d7a0
6 files changed
taskflow/core/executor.hpp
@@ -218,7 +218,7 @@ inline Executor::Executor(unsigned N) :
218
_notifier {_waiters} {
219
220
if(N == 0) {
221
- TF_THROW(Error::EXECUTOR, "no workers to execute the graph");
+ TF_THROW("no workers to execute the graph");
222
}
223
224
_spawn(N);
0 commit comments