All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.maryk.rocksdb.Priority.kt Maven / Gradle / Ivy

package maryk.rocksdb

/**
 * The Thread Pool priority.
 */
expect enum class Priority {
    BOTTOM,
    LOW,
    HIGH,
    TOTAL;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy