C# Class UniRx.Scheduler.ThreadPoolScheduler

Inheritance: IScheduler
ファイルを表示 Open project: vbandi/MVPToolkit-Unity

Public Methods

Method Description
Schedule ( Action action ) : IDisposable
Schedule ( TimeSpan dueTime, Action action ) : IDisposable

Method Details

Schedule() public method

public Schedule ( Action action ) : IDisposable
action Action
return IDisposable

Schedule() public method

public Schedule ( TimeSpan dueTime, Action action ) : IDisposable
dueTime TimeSpan
action Action
return IDisposable