![]() |
LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
|
#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>
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) |