C# Class Xtalion.Coroutines.Parallel.ParallelAction

Inheritance: DispatchAction
Mostra file Open project: yevhen/Servelat-Pieces

Public Methods

Method Description
Execute ( ) : void
ParallelAction ( IAction actions ) : System.Threading

Private Methods

Method Description
SetDispatch ( DispatchAction action ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

ParallelAction() public method

public ParallelAction ( IAction actions ) : System.Threading
actions IAction
return System.Threading