This class manages the background threads.
Please do not use it if you do not know what you're doing.
More...
|
| static void | AddThreadAction (Action action) |
| | Adds action queued for execution in a separate thread.
|
| |
|
static void | Dispose () |
| | Disposes of thread manager.
|
| |
This class manages the background threads.
Please do not use it if you do not know what you're doing.
◆ AddThreadAction()
| static void OnlineMapsThreadManager.AddThreadAction |
( |
Action | action | ) |
|
|
static |
Adds action queued for execution in a separate thread.
- Parameters
-
| action | Action to be executed. |