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
..
2020-01-27 13:16:36 +09:00
2019-05-23 13:37:25 +09:00
2020-07-22 22:10:59 +02:00
2021-07-21 16:38:25 +09:00
2020-07-21 22:56:44 +03:00
2021-07-07 20:51:13 +09:00