Commit 0671fd9a authored by Him188's avatar Him188

Add comments

parent 9c6d60d4
......@@ -702,8 +702,8 @@ internal open class Node<E>(
}
@PublishedApi
internal inline fun <E> Node<E>.isRemoved() = this.removed.value
@PublishedApi // DO NOT INLINE: ATOMIC OPERATION
internal fun <E> Node<E>.isRemoved() = this.removed.value
@PublishedApi
@Suppress("NOTHING_TO_INLINE")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment