public interface SingleThreadedChecked
Modifier and Type | Field and Description |
---|---|
static boolean |
DISABLE_SINGLE_THREADED_CHECK |
Modifier and Type | Method and Description |
---|---|
void |
singleThreadedCheckDisabled(boolean singleThreadedCheckDisabled)
When set to
true this resource can be shared between thread provided you ensure they used in a thread safe manner. |
void |
singleThreadedCheckReset()
Forget about previous accesses and only check from now on.
|
void singleThreadedCheckReset()
void singleThreadedCheckDisabled(boolean singleThreadedCheckDisabled)
true
this resource can be shared between thread provided you ensure they used in a thread safe manner.singleThreadedCheckDisabled
- true to turn off the thread safety checkCopyright © 2022. All rights reserved.