nativeMain.com.arkivanov.mvikotlin.rx.internal.Utils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rx-internal Show documentation
Show all versions of rx-internal Show documentation
Kotlin Multiplatform MVI framework
The newest version!
package com.arkivanov.mvikotlin.rx.internal
/**
* Wrapper for platform.posix.PTHREAD_MUTEX_RECURSIVE which
* is represented as kotlin.Int on darwin platforms and kotlin.UInt on linuxX64
* See: // https://youtrack.jetbrains.com/issue/KT-41509
*/
internal expect val PTHREAD_MUTEX_RECURSIVE: Int
© 2015 - 2025 Weber Informatics LLC | Privacy Policy