w4d.app

+ Authors: KanzakiKino + Copyright: KanzakiKino 2018 + License: LGPL-3.0

Members

Aliases

ExceptionHandler
alias ExceptionHandler = EventHandler!(bool, Exception)

A handler type to catch the exception thrown at inside of main loop.

Classes

App
class App

An object of application. Manages all tasks executing.

Interfaces

Task
interface Task

An interface of task that App does.

Meta