Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
YetiVSI
Util
SynchronousDispatcher
C# Class YetiVSI.Util.SynchronousDispatcher
A dispatcher that always executes actions synchronously, for use in tests.
Inheritance:
IDispatcher
Mostrar archivo
Open project: googlestadia/vsi-lldb
Public Methods
Method
Description
Post
(
Action
action
) :
void
Method Details
Post()
public
method
public
Post
(
Action
action
) :
void
action
Action
return
void