1
0
forked from mirrors/0ad
Files
0ad/source/graphics
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-02 21:39:39 +02:00
2025-07-20 17:28:48 +02:00
2025-07-18 07:30:04 +02:00
2025-07-18 07:30:04 +02:00
2025-07-20 17:28:48 +02:00
2025-07-20 17:28:48 +02:00
2025-07-20 17:28:48 +02:00
2025-08-02 21:39:39 +02:00
2025-08-02 21:39:39 +02:00
2025-07-20 17:28:48 +02:00
2025-08-02 21:39:39 +02:00
2025-08-02 21:39:39 +02:00
2025-08-14 20:15:30 +02:00
2025-07-20 17:28:48 +02:00
2025-08-02 21:39:39 +02:00
2025-08-02 21:39:39 +02:00
2025-07-20 17:28:48 +02:00
2025-07-18 07:30:04 +02:00
2025-08-02 21:39:39 +02:00
2025-08-02 21:39:39 +02:00
2025-07-02 13:20:13 +02:00
2025-08-02 21:39:39 +02:00
2025-08-02 21:39:39 +02:00