Table of Contents

Class DelayedCallbackScheduler

Espace de noms
easyar

Planificateur de rappel différé. Utilisé pour reporter les rappels jusqu'à ce qu'ils soient appelés manuellement, adapté aux environnements monothread (comme divers environnements d'interface utilisateur). Tous les membres de cette classe sont thread-safe.

Héritage
DelayedCallbackScheduler

Constructeurs

DelayedCallbackScheduler

void easyar_DelayedCallbackScheduler__ctor(easyar_DelayedCallbackScheduler * * Return)
DelayedCallbackScheduler()
public DelayedCallbackScheduler()
constructor()
+ (easyar_DelayedCallbackScheduler *) create
public convenience init()
public DelayedCallbackScheduler()

Méthodes

runOne

Exécuter un callback. Renvoie false s'il n'y a aucun callback à exécuter.

bool easyar_DelayedCallbackScheduler_runOne(easyar_DelayedCallbackScheduler * This)
bool runOne()
public boolean runOne()
fun runOne(): Boolean
- (bool)runOne
public func runOne() -> Bool
public virtual bool runOne()

Retours

Type Description
Boolean