How to use Job System without blocking the main thread

I’m going to use Job System in my project,but the main thread will be blocked .
Thanks in advance!

Here is the step by step guide to do use c# job system without blocking the main thread.