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 delegate() d)
void
executeUI
(Action action)
void
executeUI
(
Action
action
)
Parameters
action
Action
The action to execute.
Meta
Source
See Implementation
poison
core
threading
functions
executeUI
receiveMessages
properties
isUIThread
static variables
_uiTid
Executes an action on the UI thread.