Declaration

func lockWriteLayers()

Declaration

- (void) lockWriteLayers;

Declaration

lockWriteLayers()

Discussion

This does not by itself protect mutable contents of individual layers. Balance this call with unlockWriteLayers()unlockWriteLayersunlockWriteLayers on the same thread. Upgrading from read access is not atomic, so values observed before the upgrade may change.

See Also

Locking

See Also

Locking