Andrew Kelley edb2f72988 std: remove atomic.Queue
This was originally supposed to be a lock-free queue, but I gave up on
that and made it be a thread-safe queue instead.

Putting the mutex directly inside the queue data structure makes it
non-composeable. Instead, the recommendation is to use a normal queue
protected by an external mutex.
2023-11-22 16:39:37 -07:00
..
2023-11-02 12:20:09 -07:00
2023-09-19 09:37:31 -07:00
2023-09-19 09:37:31 -07:00
2023-11-22 16:39:37 -07:00
2023-07-31 03:49:21 -04:00