ayebear / undead-mmo

Multiplayer zombie survival game
http://undeadmmo.com/
GNU General Public License v3.0
3 stars 1 forks source link

Replacement for LinkedQueue #19

Closed ayebear closed 10 years ago

ayebear commented 10 years ago

Make a new queue class which is thread safe, but more efficient than the current LinkedQueue. It could probably use some kind of array, or maybe just wrap a deque.

ayebear commented 10 years ago

No need for this anymore, we won't be using any threads on the client side with netlib.