I just released quattro 25.1.0. The biggest change is the addition of `create_background_task` to our TaskGroup class.
Background tasks are similar to normal tasks, but they don't block the TaskGroup exit. Instead, they get cancelled if they're still running.
Background tasks are similar to normal tasks, but they don't block the TaskGroup exit. Instead, they get cancelled if they're still running.
Comments
Also, we have 100% branch coverage, use uv now, run Zizmor, the usual infra stuff I steal from Hynek on a regular basis.
https://github.com/Tinche/quattro/