Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 196 Bytes

File metadata and controls

5 lines (3 loc) · 196 Bytes

Tidy event queue

Contents

This example contains an example implementation of how to keep an event-loop tidy without lots of conditionals. This is done with the use of a simple event queue.