Feature Request P2
Status Update
Comments
tn...@google.com <tn...@google.com> #2
We are thinking of having MaterialTileService to help with MaterialScope (i.e. that developers don't have to create it), so that work could include this as well.
Description
It would be helpful if the library provided a version of TileService with support for Kotlin's structured concurrency.
Horologist's SuspendingTileService.kt is already used to implement a TileService across the samples and Android Studio templates; perhaps that would be a good starting point.