A "blocking" task is awaited before the next lower-priority task runs. A "background" task is started but not awaited before startup proceeds.
"blocking"
"background"
A
"blocking"task is awaited before the next lower-priority task runs. A"background"task is started but not awaited before startup proceeds.