Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Mar 31, 2020
2 parents 96b41b4 + a3384a8 commit 52dcddc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -47,9 +47,7 @@ public class ConflatedBroadcastChannel<E>() : BroadcastChannel<E> {
private val onCloseHandler = atomic<Any?>(null)

private companion object {
@SharedImmutable
private val CLOSED = Closed(null)
@SharedImmutable
private val UNDEFINED = Symbol("UNDEFINED")
private val INITIAL_STATE = State<Any?>(UNDEFINED, null)
}
Expand Down
Expand Up @@ -31,7 +31,6 @@ internal open class ConflatedChannel<E> : AbstractChannel<E>() {
private var value: Any? = EMPTY

private companion object {
@SharedImmutable
private val EMPTY = Symbol("EMPTY")
}

Expand Down

0 comments on commit 52dcddc

Please sign in to comment.