Rust Parallel Threads

Native in rust, threads only help if the problem is CPU bound. For IO bound use tokio async.