Instance Method
disableLock()disableLockdisableLock
Disables thread synchronization for the layer.
Declaration
func disableLock()Declaration
- (void) disableLock;Declaration
disableLock()Discussion
Use this only when the layer cannot be accessed concurrently.
See Also
Locking
Enables thread synchronization for a layer created without locks.