TIL: The Tragic Tale of the Deadlocking Python Queue
TIL 2020-09-11 The Tragic Tale of the Deadlocking Python Queue - Important lessons about Python threading, queues, and how deadlocks can occur in concurrent code.
TIL 2020-09-11 The Tragic Tale of the Deadlocking Python Queue - Important lessons about Python threading, queues, and how deadlocks can occur in concurrent code.
Today I learned about creating full-screen terminal animations with Asciimatics, wait-free and lock-free programming concepts, the Essentials of Programming Languages book, and the Vim-inspired Ranger file manager.
TIL 2020-08-21 Elena Programming Language - Object-oriented programming language with advanced features and dynamic compilation. Pony: Lock-less data-race-free concurrency - Programming language designed for safe concurrent programming without locks or data races.