mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-03 23:22:29 +08:00
Add comments
This commit is contained in:
parent
9c6d60d46a
commit
0671fd9abd
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user