Launch a function in a newly created thread, which is destroyed afterwards. Return the thread so that you can call .join() on it.
See Implementation
Launch a function in a newly created thread, which is destroyed afterwards. Return the thread so that you can call .join() on it.