poison ~master (2016-12-10T22:03:17Z)
Home
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
Type:
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.