Concurrent data exchange via queues - without locks : Possible?
Concurrency and complexities
In general computer science, concurrency means two or more tasks (similar or different) happen in parallel, which consists of contention for access to resources. The contended resource may be a database, a file, a socket,...
alphacoderacademy.hashnode.dev3 min read