Popular lifehacks
What is a lock free queue?
What is a lock free queue? Lock-free queue is a queue applying to concurrency but without locking. When using lock-free queue, slow or stopped processes do not prevent other processes…