PhantomGamesDevelopment / Galactic-2D

Open source engine technology created in C++.
1 stars 1 forks source link

TODO: New Threading System #6

Closed Phantom139 closed 10 years ago

Phantom139 commented 10 years ago

This item on the to-do list is to implement a new threading system for the engine. Progress on this has already begun with the C++ files in the /Thread/ folder of EngineCore.

This system must support the following:

Phantom139 commented 10 years ago

The new threading system is complete. See commit 9f98154.

All remaining thread work can be classified as part of the Cross-Platform Framework.

Closed.