List of all members.
Public Member Functions |
| | ThreadRun () |
| void | run (ItemDelegate runFunction, string info) |
| | Carrys out the function in another thread.
|
| | ThreadRun () |
| void | run (Action runFunction, string info) |
| | Carrys out the function in another thread.
|
Properties |
| bool | Running [get] |
Constructor & Destructor Documentation
Member Function Documentation
Carrys out the function in another thread.
- Parameters:
-
| functionToLoad | Function to run in a separate thread. |
| info | Information about what is being ran |
Carrys out the function in another thread.
- Parameters:
-
| functionToLoad | Function to run in a separate thread. |
| info | Information about what is being ran |
Property Documentation
The documentation for this class was generated from the following files:
- D:/Users/Alex/Documents/Visual Studio 2010/Projects/resonance-game/Resonance/Resonance/Resonance/ThreadRun.cs
- D:/Users/Alex/Documents/Visual Studio 2010/Projects/resonance-game/Resonance/Resonance/Resonance/Utilities/ThreadRun.cs