FreeTensor
Loading...
Searching...
No Matches
include
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
7
namespace
freetensor
{
8
23
bool
timeout
(
const
std::function<
void
()> &func,
int
seconds);
24
25
}
// namespace freetensor
26
27
#endif
// FREETENSOR_TIMEOUT_H
freetensor
Definition:
allocator.h:9
freetensor::timeout
bool timeout(const std::function< void()> &func, int seconds)
Definition:
timeout.cc:36
Generated by
1.9.6