Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
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
Exibir arquivo
Open project: KSP-KOS/KOS
Public Methods
Method
Description
Begin
(
SafeSharedObjects
shared
) :
void
IsFinished
( ) :
bool
Method Details
Begin()
public
method
public
Begin
(
SafeSharedObjects
shared
) :
void
shared
SafeSharedObjects
return
void
IsFinished()
public
method
public
IsFinished
( ) :
bool
return
bool