Declaration

func lockWrite()

Declaration

- (void) lockWrite;

Declaration

lockWrite()

Discussion

Balance this call with unlockWrite()unlockWriteunlockWrite 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