Rahul Ravikumar | b6eb071 | 2019-07-01 11:08:27 -0700 | [diff] [blame] | 1 | # androidx.work |
| 2 | |
| 3 | WorkManager is a library used to enqueue deferrable work that will execute sometime after its constraints are met. |
| 4 | |
| 5 | WorkManager 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 Viverette | 053e7e6 | 2020-12-15 10:22:06 -0500 | [diff] [blame^] | 11 | [Browse source](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/work) |
Rahul Ravikumar | b6eb071 | 2019-07-01 11:08:27 -0700 | [diff] [blame] | 12 | |
| 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 Ravikumar | 78a47eb | 2020-07-23 19:08:17 +0000 | [diff] [blame] | 18 | |
Alan Viverette | 053e7e6 | 2020-12-15 10:22:06 -0500 | [diff] [blame^] | 19 | [Contributing from GitHub](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/CONTRIBUTING.md) |