Michael M b58f8d19ab Rename Common::FifoQueue to Common::SPSCQueue
Since all queues are FIFO data structures, the name wasn't informative
as to why you'd use it over a normal queue. I originally thought it had
something to do with the hardware graphics FIFO.

This renames it using the common acronym SPSC, which stands for
single-producer single-consumer, and is most commonly used to talk about
lock-free data structures, both of which this is.
2017-08-23 17:00:52 -07:00
..
2017-08-22 16:40:34 +02:00
2016-12-06 20:33:53 +01:00
2017-08-22 08:47:43 +02:00
2017-08-13 19:06:10 -07:00
2015-05-25 13:11:47 +02:00
2017-08-22 16:40:34 +02:00
2017-05-19 19:13:16 +02:00
2017-08-22 16:40:34 +02:00
2017-05-03 06:40:52 +01:00
2017-05-03 06:40:52 +01:00
2017-06-15 21:33:50 +02:00
2017-07-04 20:58:03 +02:00
2017-04-12 06:15:18 +01:00
2016-07-16 22:48:46 +02:00
2017-08-03 13:29:59 -07:00
2017-08-03 13:29:59 -07:00
2017-08-15 22:29:10 +02:00
2017-08-15 22:29:10 +02:00
2017-01-17 20:46:48 -05:00
2017-01-17 20:46:48 -05:00
2017-06-15 21:33:50 +02:00
2017-08-22 16:40:34 +02:00
2017-01-24 03:31:51 +01:00