Files
0ad/source/ps
phosit 581f4af012 Allow the future request stop from the callback
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.
2024-11-10 20:38:37 +01:00
..
2024-08-20 19:10:54 +02:00
2024-08-20 19:10:54 +02:00
2023-12-13 19:42:00 +00:00
2024-10-08 23:07:18 +02:00