poison v0.2.1 (2016-12-09T21:57:53Z)
Home
Dub
Repo
executeUI
poison
core
threading
Executes an action on the UI thread.
void
executeUI
(void function() f)
void
executeUI
(
void
function
(
)
f
)
void
executeUI
(void delegate() d)
void
executeUI
(Action action)
Parameters
f
void
function
(
)
The function pointer to execute.
Meta
Source
See Implementation
poison
core
threading
functions
executeUI
receiveMessages
properties
isUIThread
static variables
_uiTid
Executes an action on the UI thread.