Attributes

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

Creates an attributes instance suitable for the particular platform

Report a problem

actual fun Attributes(concurrent: Boolean): Attributes

Create ES specific Attributes instance.

Report a problem

actual fun Attributes(concurrent: Boolean): Attributes

Create JVM specific attributes instance.

Report a problem

actual fun Attributes(concurrent: Boolean): Attributes

Create native specific attributes instance.

Report a problem