1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 22:30:53 +08:00
Files
osu-lazer/osu.Game.Tests/Visual/Gameplay
T
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.
778d2a71b4 · 2022-01-25 15:30:29 +09:00
History
..
2021-12-14 15:08:00 +09:00
2022-01-12 17:00:16 +09:00