|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Inheritance diagram for ReLogic.Threading.AsyncActionDispatcher:Public Member Functions | |
| void | Queue (Action action) |
| void | Start () |
| void | Stop () |
| void | Dispose () |
| AsyncActionDispatcher () | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Properties | |
| int | ActionsRemaining [get] |
| bool | IsDisposed [get, private set] |
| bool | IsRunning [get] |
Private Member Functions | |
| void | LoaderThreadStart () |
Private Attributes | |
| Thread | _actionThread |
| readonly BlockingCollection< Action > | _actionQueue |
| readonly CancellationTokenSource | _threadCancellation |
| bool | _isRunning |
| bool< IsDisposed > | k__BackingField |
Definition at line 9 of file AsyncActionDispatcher.cs.