0ad/source/ps/tests
phosit d85eef067b Make TaskManager independent of Future
`TaskManager` and `Future` where coupled together. When a task is pushed
a future is returned. Also the `Future::Wrap` function was inconvenient
to use.
Now `TaskManager::PushTask` doesn't return a `Future` anymore. This
alows to use different `Future`-like types.
Also it's possible to easily use the `Future` with a different type that
implements a `PushTask` function.
2025-08-28 20:01:39 +02:00
..
stub_impl_hack.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
test_CLogger.h Fix includes in source/ps 2025-08-03 15:57:56 +02:00
test_ConfigDB.h Fix includes in source/ps 2025-08-03 15:57:56 +02:00
test_CStr.h Fix includes in source/ps 2025-08-03 15:57:56 +02:00
test_fmt.h Fix some includes in source/ps 2025-07-28 16:59:04 +02:00
test_Future.h Make TaskManager independent of Future 2025-08-28 20:01:39 +02:00
test_Hashing.h Fix includes in source/ps 2025-08-03 15:57:56 +02:00
test_Hotkeys.h Fix some includes in source/ps 2025-07-28 16:59:04 +02:00
test_Mod.h Fix includes in source/ps 2025-08-03 15:57:56 +02:00
test_ModIo.h Fix some includes in source/ps 2025-07-28 16:59:04 +02:00
test_TaskManager.h Make TaskManager independent of Future 2025-08-28 20:01:39 +02:00
test_test.h Fix includes in source/ps 2025-08-03 15:57:56 +02:00