1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 23:10:50 +08:00
Files
osu-lazer/osu.Game/Extensions
T
Bartłomiej Dach 43c73f9583 Mark access to exception if task faulted as safe
There are seemingly no C#-side compile-time guarantees that it is safe,
but if the task's state is `Faulted` (as is checked right before), the
exception cannot be null as per the documentation.
43c73f9583 · 2021-05-15 00:09:34 +02:00
History
..