Attributes

expect fun Attributes(concurrent: Boolean = false): Attributes(source)

Creates an attributes instance suitable for the particular platform

Report a problem

actual fun Attributes(concurrent: Boolean): Attributes(source)

Create ES specific Attributes instance.

Report a problem

actual fun Attributes(concurrent: Boolean): Attributes(source)

Create JVM specific attributes instance.

Report a problem

actual fun Attributes(concurrent: Boolean): Attributes(source)

Create native specific attributes instance.

Report a problem