Skip to content

Commit

Permalink
DONE_VALUE jvmFIeld
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Nov 17, 2023
1 parent 02d73b0 commit 791f03b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
package com.hoc081098.flowext.internal

import com.hoc081098.flowext.utils.Symbol
import kotlin.jvm.JvmField

/*
* Symbol used to indicate that the flow is complete.
* It should never leak to the outside world.
*/
@JvmField
internal val DONE_VALUE = Symbol("DONE_VALUE")

0 comments on commit 791f03b

Please sign in to comment.