Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsThreadManager Class Reference

This class manages the background threads.
Please do not use it if you do not know what you're doing. More...

Static Public Member Functions

static void AddThreadAction (Action action)
 Adds action queued for execution in a separate thread.
 
static void Dispose ()
 Disposes of thread manager.
 

Detailed Description

This class manages the background threads.
Please do not use it if you do not know what you're doing.

Member Function Documentation

◆ AddThreadAction()

static void OnlineMapsThreadManager.AddThreadAction ( Action action)
static

Adds action queued for execution in a separate thread.

Parameters
actionAction to be executed.