Event Queue
Total 1 Post
In computer science, message queue are software-engineering components used for inter-process communication, or for inter-thread communication within the same process.
Programming Patterns: An Event-Queue
In this tutorial we will learn how to use an event queue to unify all interactions between game characters, such as the player and NPCs, and application components, such as user input and audio.