def disk_usage(self): return self.loop.run_in_executor( self._executor, shutil.disk_usage, self._config.path)