blob: 17860ca849d81ee39f6360717c2294b0d103b29d [file] [log] [blame] [view]
Rahul Ravikumarb6eb0712019-07-01 11:08:27 -07001# androidx.work
2
3WorkManager is a library used to enqueue deferrable work that will execute sometime after its constraints are met.
4
5WorkManager allows observation of work status and the ability to create complex chains of work.
6
7[Library owners](OWNERS)
8
9[Release notes](https://developer.android.com/jetpack/androidx/releases/work)
10
Alan Viverette053e7e62020-12-15 10:22:06 -050011[Browse source](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/work)
Rahul Ravikumarb6eb0712019-07-01 11:08:27 -070012
13[Reference documentation](https://developer.android.com/reference/androidx/work/package-summary)
14
15[Existing open bugs](https://b.corp.google.com/issues?q=componentid:409906%20status:open)
16
17[File a new bug](https://issuetracker.google.com/issues/new?component=409906)
Rahul Ravikumar78a47eb2020-07-23 19:08:17 +000018
Alan Viverette053e7e62020-12-15 10:22:06 -050019[Contributing from GitHub](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/CONTRIBUTING.md)