C# 클래스 BEPUphysics.Threading.ThreadTaskManager.WorkerThread

상속: IDisposable
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
EnqueueTask ( Action task, object taskInformation ) : void
ThreadExecutionLoop ( ) : void
TrySteal ( int victim, TaskEntry &task ) : bool
UpdateIndex ( int newIndex ) : void
WorkerThread ( int index, ThreadTaskManager manager, Action threadStart, object initializationInformation ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void