Skip to content

Move to gio::spawn_blocking

Julian Hofer requested to merge spawn_blocking into master

A couple of tokio tasks were actually blocking and didn't use async at all.

Merge request reports