atomic property

bool? get atomic

Implementation

bool? get atomic native;
set atomic (bool? value)

Implementation

set atomic(bool? value) native;