1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-26 23:57:19 +08:00
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
..
2021-11-29 18:28:25 +09:00
2021-06-06 12:17:32 +09:00
2021-06-22 16:40:48 +09:00
2022-01-12 23:42:12 +09:00
2021-04-20 16:51:00 +09:00
2019-09-05 17:01:14 +09:00