@property  # type: ignore
    @contextmanager
    def writelock(self):
        """Yields a write lock"""
        self.acquireWrite()