Is trio the abstraction we're looking for ? Eg what do cleaning up futures and files have in common ?
```python
with trio.nursery as n:
Path("/tmp/x").open('w').write("dummy")
```
Nothing has been cleaned up? So is trio missing the point ?
关闭于 2025-10-04 7 条评论