C# Class YetiVSI.Util.SynchronousDispatcher

A dispatcher that always executes actions synchronously, for use in tests.
Inheritance: IDispatcher
显示文件 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