WorkManager multi-process for libraries
Cover image: Beacons by Romain Guy.
Summary
This blog shows how LeakCanary builds on top of WorkManager to run work in a separate process, while also not messing with the configuration of the hosting app. WorkManager is an amazing library, but using...
blog.p-y.wtf8 min read
Marius Duna
android
WorkManager always runs workers in the main process, regardless of the process in which they are enqueued. Period. Pierre-Yves Ricaucan you share the git repository for this experiment?