1
0
forked from mirrors/0ad
Files
0ad/source
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-28 20:01:39 +02:00
2025-08-24 18:27:30 +02:00
2025-08-24 11:09:57 +02:00