1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:07:28 +08:00
osu-lazer/osu.Game.Tests/Visual/Playlists
Dean Herbert 778d2a71b4 Remove Task from the inner-most Import method in RealmArchiveModelImporter
One of my pending work items for post-realm merge.

The lowest-level import task is no longer asynchronous, as we don't want
it to span multiple threads to allow easier interaction with realm.
Removing the `Task` spec simplifies a heap of usages.

Individual usages should decide whether they want to run the import
asynchronously, by either using an alternative override or spooling up a
thread themselves.
2022-01-25 15:30:29 +09:00
..
TestScenePlaylistsLoungeSubScreen.cs Rename room managers 2021-10-27 19:36:32 +09:00
TestScenePlaylistsMatchSettingsOverlay.cs Fix clear identifier typos 2021-12-27 20:26:28 -08:00
TestScenePlaylistsParticipantsList.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
TestScenePlaylistsResultsScreen.cs Fix PLaylistsResultsScreen tests falling over due to missing beatmap 2022-01-18 16:48:27 +09:00
TestScenePlaylistsRoomCreation.cs Remove Task from the inner-most Import method in RealmArchiveModelImporter 2022-01-25 15:30:29 +09:00
TestScenePlaylistsScreen.cs Fix TestScenePlaylistsScreen crashing on entering room 2022-01-18 13:42:41 +09:00