poison.core.threading

Module for threading. *

Members

Functions

executeUI
void executeUI(void delegate() d)

Executes an action on the UI thread.

executeUI
void executeUI(Action action)

Executes an action on the UI thread.

executeUI
void executeUI(void function() f)

Executes an action on the UI thread.

receiveMessages
void receiveMessages()

Receives all messages for the current thread and executes them.

Properties

isUIThread
bool isUIThread [@property getter]

Gets a boolean determining whether the current thread is the ui thread.

Static variables

_uiTid
Tid _uiTid;

The tid of the ui thread.

Meta

Authors

Jacob Jensen