Task emulating some sort of priority / real-time computation that must not ever wait in queue, but is known to have predictable max concurrency factor. Spawns RegularTask as part of its work.
Entry point task that starts up everything else
Task doing some prolonged I/O wait after being queued
Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).
Copyright (c) 2017 dunnhumby Germany GmbH. All rights reserved.
Test project doing emulating scheduler based application different kind of concurrent task processing. Most useful when doing manual debugging with -debug=TaskScheduler trace enabled, as there won't be any extra noise from imported unittests.