options-search-last-candidate
options-search-fallback
options-search-escape-text
ConfigEditLinkText_01 ConfigEditLinkText_02 ConfigEditLinkText_03
ConfigEditModalOff
ConfigEditComposite
ConfigEditRepeat
TOC Index
ConfigEditButtonTip 2019-08-04
Scheduler that synchronously executes code on the current thread
class CurrentThreadScheduler does Scheduler {}
CurrentThreadScheduler executes tasks on the current threads. This means that method cue blocks until the code has finished executing.