BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Get a thread safe queue library to make sharing data between workunits easier #3

Open Sqeaky opened 7 years ago

Sqeaky commented 7 years ago

We could write our own or use something like: https://github.com/cameron314/concurrentqueue

Sqeaky commented 4 years ago

This ticket belongs in Mezz_Threading when that repo is created.