Interface AsyncReadSyncWriteLock

    • Method Detail

      • asyncLock

        void asyncLock()
        Lock any writing for reading.
      • asyncUnlock

        void asyncUnlock()
        Finish this reading and unlock any writing if it is last reading.
      • syncLock

        void syncLock()
        Lock any reading for writing.
      • syncUnlock

        void syncUnlock()
        Finish this writing and unlock any readings.