it seems like it wouldn't be compatible with my cu...
# kotlin-native
s
it seems like it wouldn't be compatible with my current manner of using dependency injection.
s
but everything being transferred to the worker for the background thread has to be created here?
{ WorkerArgument("$url", cookiesFileName()) }
in that lambda?
It also doesn't look like workers can be extended. So workers can't have there own state?
Any state I need to compute a background task, like an Actor or something that owns the running of the background data, I have to pass in each time?