C# 클래스 io.Fiber

상속: AjaiFiber
파일 보기 프로젝트 열기: devaspot/io

공개 프로퍼티들

프로퍼티 타입 설명
currentCoro IoCoroutine
currentRoutine FiberProc
uniqueId long

공개 메소드들

메소드 설명
Fiber ( ) : System
Fiber ( int i ) : System
Run ( ) : void

메소드 상세

Fiber() 공개 메소드

public Fiber ( ) : System
리턴 System

Fiber() 공개 메소드

public Fiber ( int i ) : System
i int
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

currentCoro 공개적으로 프로퍼티

public IoCoroutine,io currentCoro
리턴 IoCoroutine

currentRoutine 공개적으로 프로퍼티

public FiberProc currentRoutine
리턴 FiberProc

uniqueId 공개적으로 프로퍼티

public long uniqueId
리턴 long