Can dbt specify run order of some model?

Does --modelsand --threads can be used to config it?

The command dbt run --models +my-model --threads 1 is used to run whole project, and set thread to 1 when my-model running, it’s right?