mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
`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. |
||
|---|---|---|
| .. | ||
| stub_impl_hack.h | ||
| test_CLogger.h | ||
| test_ConfigDB.h | ||
| test_CStr.h | ||
| test_fmt.h | ||
| test_Future.h | ||
| test_Hashing.h | ||
| test_Hotkeys.h | ||
| test_Mod.h | ||
| test_ModIo.h | ||
| test_TaskManager.h | ||
| test_test.h | ||