blob: 17860ca849d81ee39f6360717c2294b0d103b29d [file] [log] [blame] [view]
# androidx.work
WorkManager is a library used to enqueue deferrable work that will execute sometime after its constraints are met.
WorkManager allows observation of work status and the ability to create complex chains of work.
[Library owners](OWNERS)
[Release notes](https://developer.android.com/jetpack/androidx/releases/work)
[Browse source](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/work)
[Reference documentation](https://developer.android.com/reference/androidx/work/package-summary)
[Existing open bugs](https://b.corp.google.com/issues?q=componentid:409906%20status:open)
[File a new bug](https://issuetracker.google.com/issues/new?component=409906)
[Contributing from GitHub](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/CONTRIBUTING.md)