-
- Downloads
fuse: add async to the codebase
- Change class interface to match async interface (eg: iter -> aiter) - Sync code is now running with `run_in_executor` - Use aiosqlite as the async interface for sqlite
Showing
- mypy.ini 3 additions, 0 deletionsmypy.ini
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- swh/fuse/cache.py 70 additions, 70 deletionsswh/fuse/cache.py
- swh/fuse/cli.py 2 additions, 1 deletionswh/fuse/cli.py
- swh/fuse/fs/artifact.py 23 additions, 26 deletionsswh/fuse/fs/artifact.py
- swh/fuse/fs/entry.py 5 additions, 2 deletionsswh/fuse/fs/entry.py
- swh/fuse/fs/mountpoint.py 14 additions, 18 deletionsswh/fuse/fs/mountpoint.py
- swh/fuse/fuse.py 32 additions, 26 deletionsswh/fuse/fuse.py
Loading
Please register or sign in to comment