osu/osu.Game/Stores
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
..
BeatmapImporter.cs Fix cases of `Access` instead of `Realm` 2022-01-25 12:58:15 +09:00
RealmArchiveModelImporter.cs Remove `Task` from the inner-most `Import` method in `RealmArchiveModelImporter` 2022-01-25 15:30:29 +09:00
RealmArchiveModelManager.cs Fix cases of `Access` instead of `Realm` 2022-01-25 12:58:15 +09:00
RealmFileStore.cs Update remaining cases of clashes with `realm.Write` and `realm.RegisterForNotifications` 2022-01-25 13:09:48 +09:00