1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 00:37:19 +08:00
Dean Herbert 14273824dc
Fix Carousel.FilterAsync not working when called from a non-update thread
I was trying to be smart about things and make use of our
`SynchronisationContext` setup, but it turns out to not work in all
cases due to the context being missing depending on where you are
calling the method from.

For now let's prefer the "works everywhere" method of scheduling the
final work back to update.
2025-02-05 16:40:11 +09:00
..
2022-11-27 00:00:27 +09:00
2024-11-11 16:25:05 +09:00