mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-14 19:40:23 +00:00
ref: add experimental opt-in
This commit is contained in:
parent
16dcac85f0
commit
9d1558ddb4
1 changed files with 1 additions and 0 deletions
|
|
@ -9,5 +9,6 @@ internal actual object TraktPlatformClock {
|
|||
actual fun parseIsoDateTimeToEpochMs(value: String): Long? =
|
||||
parseTraktIsoDateTimeToEpochMs(value)
|
||||
|
||||
@OptIn(kotlin.experimental.ExperimentalNativeApi::class)
|
||||
actual fun availableProcessors(): Int = kotlin.native.Platform.getAvailableProcessors()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue