Skip to content

Commit

Permalink
Garth feedback for practical 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pahill committed May 20, 2024
1 parent 823b6d5 commit 08b2d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import kotlinx.datetime.toLocalDateTime
import kotlin.time.Duration.Companion.seconds

class TimeApi {
private val clockTime = // Create your flow using a flow builder that emits the formatted
private val clockTime = // TODO: Create your flow using a flow builder that emits the formatted
//current time and waits a second

val actualTime = clockTime.stateIn(GlobalScope, SharingStarted.Eagerly, "N/A")
Expand Down

0 comments on commit 08b2d40

Please sign in to comment.