Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
kOS
Safe
Execution
YieldFinishedNextTick
C# Class kOS.Safe.Execution.YieldFinishedNextTick
A kind of YieldFinishedDetector for when you want to wait literaly just until the next tick, by returning true unconditionally when asked "are you done".
Inheritance:
YieldFinishedDetector
Afficher le fichier
Open project: KSP-KOS/KOS
Méthodes publiques
Méthode
Description
Begin
(
SafeSharedObjects
shared
) :
void
IsFinished
( ) :
bool
Method Details
Begin()
public
méthode
public
Begin
(
SafeSharedObjects
shared
) :
void
shared
SafeSharedObjects
Résultat
void
IsFinished()
public
méthode
public
IsFinished
( ) :
bool
Résultat
bool