1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-24 11:30:50 +00:00
2018-05-24 17:17:37 +02:00

12 lines
200 B
C++

#include "test_threads.h"
#include <future>
#include <functional>
#include <chrono>
using namespace std::chrono_literals;
int main(int argc, char** argv) {
int rc = test_threads();
return rc;
}