0ad/source/graphics/tests
phosit 581f4af012 Allow the future request stop from the callback
In `Future` there is a notion of cancelation / stop-request. The task
callback doesn't have such a notion.
Some tasks (like the map-generation) are stopable. It did that in a
thread unsave way.

A task is canceled when the future is destroied or when `CancelOrWait`
is called on it.
2024-11-10 20:38:37 +01:00
..
test_Camera.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
test_Color.h Add missing headers to tests 2024-10-18 17:27:48 +02:00
test_LOSTexture.h Use vanilla cxxtest functionallity 2024-10-13 18:27:18 +02:00
test_MapGenerator.h Allow the future request stop from the callback 2024-11-10 20:38:37 +01:00
test_MeshManager.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
test_Model.h Add missing headers to tests 2024-10-18 17:27:48 +02:00
test_ShaderManager.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
test_Terrain.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
test_TextureConverter.h Add missing headers to tests 2024-10-18 17:27:48 +02:00
test_TextureManager.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00