@property  # type: ignore
    @contextmanager
    def readlock(self):
        """Yields a read lock"""
        self.acquireRead()