Well, you can't pass any parameters to the start method (except priority),
but you can use an intermediate function (something like start_with_params),
that can receive them, set your members, and finally run the thread.