Méthode | Description | |
---|---|---|
InvokeAsync ( System.Action action ) : Task |
Invokes a method on the main loop.
|
|
RunJobs ( ) : void |
Runs continuations pushed on the loop.
|
|
RunLoop ( |
Méthode | Description | |
---|---|---|
AddJob ( Job job ) : void | ||
Post ( System.Action action ) : void |
Post action that will be invoked on main thread
|
public InvokeAsync ( System.Action action ) : Task | ||
action | System.Action | The method. |
Résultat | Task |
public RunLoop ( |
||
cancellationToken | ||
Résultat | void |