I have a list in a multithreaded program. The main thread adds elements to the list (using list.append())& deletes elements from a list (using list.po
list.append()
list.po