C# 클래스 Disruptor.Dsl.BasicExecutor

TaskScheduler implementation for IExecutor
상속: IExecutor
파일 보기 프로젝트 열기: disruptor-net/Disruptor-net

공개 메소드들

메소드 설명
BasicExecutor ( TaskScheduler taskScheduler ) : System

Create a new BasicExecutor with a given TaskScheduler that will handle low-level queuing of commands execution.

Execute ( System.Action command ) : Task

Start a new task executiong the given command in the current taskscheduler

ToString ( ) : string

비공개 메소드들

메소드 설명
DumpThreadInfo ( ) : string
ExecuteCommand ( System.Action command ) : void

메소드 상세

BasicExecutor() 공개 메소드

Create a new BasicExecutor with a given TaskScheduler that will handle low-level queuing of commands execution.
public BasicExecutor ( TaskScheduler taskScheduler ) : System
taskScheduler System.Threading.Tasks.TaskScheduler
리턴 System

Execute() 공개 메소드

Start a new task executiong the given command in the current taskscheduler
public Execute ( System.Action command ) : Task
command System.Action
리턴 Task

ToString() 공개 메소드

public ToString ( ) : string
리턴 string