Hey, is there already a generic abstraction for ba...
# multiplatform
j
Hey, is there already a generic abstraction for background work? I would expect that it uses Androidx WorkManager for the Android Part, Background Thread or Global Scope for Desktop and not sure what for iOS. Could not find anything so far, but wanted to investigate further, before I start working on something.
👀 2
m
They are not aligned so much so I don’t think something exist 🙂 I used Background tasks for iOS and it is working as expected, you will need to have seperate implementations for each platforms, but ofc if anyone knows any common implementation I am eager to listen