|
|
|
|
|
by hcarvalhoalves
1396 days ago
|
|
A queue is a pretty fundamental abstraction alongside heaps, files, etc. if you think about it. It sucks that it falls in that grey area where it’s badly supported both by the OS and most languages/runtimes, and you have to setup and manage a separate system to have one. I feel it should be as easy or well supported as sockets. |
|