1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 20:47:25 +08:00
osu-lazer/osu.Game.Tests/Online
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
..
Chat Bump identifier typo inspection and fix remaining identifier names 2021-12-28 11:26:42 -08:00
TestAPIModJsonSerialization.cs Fix some remaining test failures 2022-01-12 17:00:16 +09:00
TestAPIModMessagePackSerialization.cs Update DifficultyCalculator to take an IWorkingBeatmap 2021-11-15 19:16:48 +09:00
TestDummyAPIRequestHandling.cs Rename APIRequest.Result to Response 2021-10-05 14:28:56 +09:00
TestMultiplayerMessagePackSerialization.cs Fix clear identifier typos 2021-12-27 20:26:28 -08:00
TestSceneBeatmapDownloading.cs Update sets of BeatmapSet.Metadata to instead create a Beatmap 2022-01-12 16:39:36 +09:00
TestSceneOnlinePlayBeatmapAvailabilityTracker.cs Remove Task from the inner-most Import method in RealmArchiveModelImporter 2022-01-25 15:30:29 +09:00