Commit 0671fd9a authored by Him188's avatar Him188

Add comments

parent 9c6d60d4
...@@ -702,8 +702,8 @@ internal open class Node<E>( ...@@ -702,8 +702,8 @@ internal open class Node<E>(
} }
@PublishedApi @PublishedApi // DO NOT INLINE: ATOMIC OPERATION
internal inline fun <E> Node<E>.isRemoved() = this.removed.value internal fun <E> Node<E>.isRemoved() = this.removed.value
@PublishedApi @PublishedApi
@Suppress("NOTHING_TO_INLINE") @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