pub fn unpark(thread_id: ThreadId) -> bool
threading
Wakes up a thread and adds it to the runqueue.
Returns false if no parked thread exists for thread_id.
false
thread_id