korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-concurrent
/
korlibs.concurrent.thread
/
NativeThreadPriority
Native
Thread
Priority
inline
class
NativeThreadPriority
(
val
ratio
:
Double
)
Members
Constructors
Native
Thread
Priority
Link copied to clipboard
constructor
(
ratio
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ratio
Link copied to clipboard
val
ratio
:
Double
Functions
convert
Link copied to clipboard
fun
convert
(
min
:
Int
,
max
:
Int
,
norm
:
Int
=
(max + min) / 2
)
:
Int