integrationtest.scheduler.main

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.

Members

Classes

GeneratorTask
class GeneratorTask

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.

MainTask
class MainTask

Entry point task that starts up everything else

RegularTask
class RegularTask

Task doing some prolonged I/O wait after being queued

Functions

main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

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).