kameloso.main

The main module, housing startup logic and the main event loop.

No module (save kameloso.entrypoint) should be importing this.

Members

Functions

run
auto run(string[] args)

Entry point of the program.

Static variables

globalAbort
bool globalAbort;

Abort flag.

globalHeadless
bool globalHeadless;

Headless flag.

rt_options
string[] rt_options;

Fine-tune the garbage collector.

See Also

Meta