C# Class ALE.EventLoop

Afficher le fichier Open project: blesh/ALE Class Usage Examples

Protected Properties

Свойство Type Description
TaskQueue ConcurrentQueue
Workers List

Méthodes publiques

Méthode Description
AddWorker ( ) : void
Clear ( ) : void

Clears all queued events.

NextEvent ( ) : System.Action
Pend ( System.Action evt ) : void
RemoveWorker ( ) : void
Start ( ) : void
Start ( System.Action startEvent ) : void
Stop ( ) : void

Method Details

AddWorker() public static méthode

public static AddWorker ( ) : void
Résultat void

Clear() public static méthode

Clears all queued events.
public static Clear ( ) : void
Résultat void

NextEvent() public static méthode

public static NextEvent ( ) : System.Action
Résultat System.Action

Pend() public static méthode

public static Pend ( System.Action evt ) : void
evt System.Action
Résultat void

RemoveWorker() public static méthode

public static RemoveWorker ( ) : void
Résultat void

Start() public static méthode

public static Start ( ) : void
Résultat void

Start() public static méthode

public static Start ( System.Action startEvent ) : void
startEvent System.Action
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void

Property Details

TaskQueue protected_oe static_oe property

protected static ConcurrentQueue TaskQueue
Résultat ConcurrentQueue

Workers protected_oe static_oe property

protected static List Workers
Résultat List