C# 클래스 SimpleConcurrency.Actors.TaskScheduler

A simple scheduler using TPL.
상속: IScheduler
파일 보기 프로젝트 열기: sdanzan/SimpleConcurrency

공개 메소드들

메소드 설명
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