mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-12 11:55:30 +00:00
0eed117e6d
It's now possible te get an exception from a function in a task. The interface is like std::future: if you call .Get() you will get the result (as before) or the exception will be thrown.