poison ~master (2022-01-22T14:41:51.3317707)
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.