Andrey Tabakov
05/30/2024, 5:00 PMLockFreeLinkedListNode.addLast has been changed. What is permissionsBitmask ? How to use it?
https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.1...1.9.0-RC#diff-10093b152153d43f691460f9806acb7a7b91ec7d8796f05d90f3f1df0cf8ac5dAwkin
06/02/2024, 9:49 AMaddLast is an internal coroutines API, you're not supposed to use it at allAwkin
06/02/2024, 9:53 AMaddLast eventually: https://github.com/Kotlin/kotlinx.coroutines/pull/4095Awkin
06/02/2024, 9:54 AMAndrey Tabakov
06/02/2024, 9:56 AMAwkin
06/02/2024, 10:04 AMLockFreeLinkedList.kt in ktor-utils/common/src/io/ktor/util/internal/, maybe it can use that in ktor-shared/ktor-events/common/src/io/ktor/events/Events.kt, too?Awkin
06/02/2024, 10:05 AMkotlinx-coroutines.Andrey Tabakov
06/02/2024, 10:05 AM