mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 14:53:56 -07:00
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. |
||
|---|---|---|
| .. | ||
| 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 | ||