Skip to content

util: Rename spawn to spawn_blocking

Christopher Davis requested to merge wip/cdavis/rename-spawn-func into main

This function is meant to be used for long running blocking tasks, so we should name it appropriately.

Merge request reports