C# Class UnityThreading.EnumeratorExtension

Mostrar archivo Open project: ufz-vislab/html-ui-unity

Public Methods

Method Description
RunAsync ( this that ) : Task

Starts the Enumerator as async Task on the given TaskDistributor.

RunAsync ( this that, TaskDistributor target ) : Task

Starts the Enumerator as async Task on the given TaskDistributor.

Method Details

RunAsync() public static method

Starts the Enumerator as async Task on the given TaskDistributor.
public static RunAsync ( this that ) : Task
that this
return Task

RunAsync() public static method

Starts the Enumerator as async Task on the given TaskDistributor.
public static RunAsync ( this that, TaskDistributor target ) : Task
that this
target TaskDistributor The TaskDistributor instance on which the operation should perform.
return Task