C# Class io.Fiber

Inheritance: AjaiFiber
Afficher le fichier Open project: devaspot/io

Méthodes publiques

Свойство Type Description
currentCoro IoCoroutine
currentRoutine FiberProc
uniqueId long

Méthodes publiques

Méthode Description
Fiber ( ) : System
Fiber ( int i ) : System
Run ( ) : void

Method Details

Fiber() public méthode

public Fiber ( ) : System
Résultat System

Fiber() public méthode

public Fiber ( int i ) : System
i int
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

Property Details

currentCoro public_oe property

public IoCoroutine,io currentCoro
Résultat IoCoroutine

currentRoutine public_oe property

public FiberProc currentRoutine
Résultat FiberProc

uniqueId public_oe property

public long uniqueId
Résultat long