ocean.application.components.TaskScheduler

Support for scheduler config and running an app's main logic in a Task.

Members

Functions

parseSchedulerConfig
void parseSchedulerConfig(ConfigParser parser, SchedulerConfiguration config)

Parses the task scheduler config from the provided config parser.

runInTask
int runInTask(int delegate() dg)

Runs the specified delegate in a task.

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