setSynchronized

fun setSynchronized(flags: Short, value: Boolean = true): Short(source)

Set isSynchronized in the given flags (Sets the sixth bit of the flags)

Specification

Return

The flags with the isSynchronized flag set

Since

0.1.0

Parameters

flags

The flags to set the isSynchronized in