C# Class FFImageLoading.Helpers.MainThreadDispatcher

Inheritance: IMainThreadDispatcher
Show file Open project: daniel-luberda/FFImageLoading

Public Methods

Method Description
Post ( System.Action action ) : void
PostAsync ( System.Action action ) : System.Threading.Tasks.Task

Method Details

Post() public method

public Post ( System.Action action ) : void
action System.Action
return void

PostAsync() public method

public PostAsync ( System.Action action ) : System.Threading.Tasks.Task
action System.Action
return System.Threading.Tasks.Task