LeechCraft  0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
corotasktest.cpp File Reference
#include "corotasktest.h"
#include <QtConcurrentRun>
#include <QtTest>
#include <coro/future.h>
#include <coro.h>
#include <coro/getresult.h>
#include <coro/inparallel.h>
#include <coro/throttle.h>
#include <util/threads/futures.h>
#include <util/sll/debugprinters.h>
#include <util/sll/qtutil.h>
+ Include dependency graph for corotasktest.cpp:

Go to the source code of this file.

Namespaces

 LC::Util
 

Variables

constexpr auto LC::Util::LongDelay = 500ms
 
constexpr auto LC::Util::ShortDelay = 10ms
 
constexpr auto LC::Util::DelayThreshold = std::chrono::duration_cast<std::chrono::milliseconds> ((ShortDelay + LongDelay) / 2)