LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
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/qtutil.h>
Include dependency graph for corotasktest.cpp:

Go to the source code of this file.

Namespaces

namespace  LC
namespace  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)