Skip to content

Instantly share code, notes, and snippets.

@iambaljeet
Created May 7, 2021 18:39
Show Gist options
  • Save iambaljeet/4751a8f966d9c0c956bda0caebd17f9b to your computer and use it in GitHub Desktop.
Save iambaljeet/4751a8f966d9c0c956bda0caebd17f9b to your computer and use it in GitHub Desktop.
class ForegroundWorker(context: Context, parameters: WorkerParameters) :
CoroutineWorker(context, parameters) {
override suspend fun doWork(): Result {
TODO("Not yet implemented")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment