翻譯threading - [ ] [threading — Thread-based parallelism](https://docs.python.org/3/library/threading.html#) - [ ] [Thread-Local Data](https://docs.python.org/3/library/threading.html#thread-local-data) - [ ] [Thread Objects](https://docs.python.org/3/library/threading.html#thread-objects) - [x] [Lock Objects](https://docs.python.org/3/library/threading.html#lock-objects) - [x] [RLock Objects](https://docs.python.org/3/library/threading.html#rlock-objects) - [ ] [Condition Objects](https://docs.python.org/3/library/threading.html#condition-objects) - [ ] [Semaphore Objects](https://docs.python.org/3/library/threading.html#semaphore-objects) - [ ] [Event Objects](https://docs.python.org/3/library/threading.html#event-objects) - [ ] [Timer Objects](https://docs.python.org/3/library/threading.html#timer-objects) - [ ] [Barrier Objects](https://docs.python.org/3/library/threading.html#barrier-objects) - [ ] [Using locks, conditions, and semaphores in the with statement](https://docs.python.org/3/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)