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.

Comments