1
0
forked from mirrors/0ad
Files
0ad/source/simulation2/components
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
..
2025-08-07 20:00:49 +02:00
2025-08-08 07:10:11 +02:00
2025-08-08 07:10:11 +02:00