C# Класс SimpleConcurrency.Actors.TaskScheduler

A simple scheduler using TPL.
Наследование: IScheduler
Показать файл Открыть проект

Открытые методы

Метод Описание
Schedule ( System.Action action ) : void

Create a task associated with the provided action and start it.

Описание методов

Schedule() публичный Метод

Create a task associated with the provided action and start it.
public Schedule ( System.Action action ) : void
action System.Action Job to schedule.
Результат void