FreeTensor
Loading...
Searching...
No Matches
timeout.h
Go to the documentation of this file.
1#ifndef FREETENSOR_TIMEOUT_H
2#define FREETENSOR_TIMEOUT_H
3
4#include <functional>
5#include <vector>
6
7namespace freetensor {
8
23bool timeout(const std::function<void()> &func, int seconds);
24
25} // namespace freetensor
26
27#endif // FREETENSOR_TIMEOUT_H
Definition: allocator.h:9
bool timeout(const std::function< void()> &func, int seconds)
Definition: timeout.cc:36