Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SimpleConcurrency
Actors
TaskScheduler
C# Class SimpleConcurrency.Actors.TaskScheduler
A simple scheduler using TPL.
Inheritance:
IScheduler
ファイルを表示
Open project: sdanzan/SimpleConcurrency
Public Methods
Method
Description
Schedule
(
System.Action
action
) :
void
Create a task associated with the provided action and start it.
Method Details
Schedule()
public
method
Create a task associated with the provided action and start it.
public
Schedule
(
System.Action
action
) :
void
action
System.Action
Job to schedule.
return
void