poison ~0.0.6 (2016-11-24T21:26:34Z)
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.