osukey/osu.Game
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.
2021-05-15 00:09:34 +02:00
..
2021-04-28 03:54:42 +09:00
2021-04-29 17:19:25 +08:00
2021-05-12 14:22:15 +09:00
2021-05-02 13:33:25 -07:00
2021-05-10 23:15:38 +09:00