Procházet zdrojové kódy

Clarify OsEventQueue aims and limitations

Daniele Bartolini před 12 roky
rodič
revize
d423514400
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      engine/os/OsEventQueue.h

+ 2 - 0
engine/os/OsEventQueue.h

@@ -35,6 +35,8 @@ OTHER DEALINGS IN THE SOFTWARE.
 namespace crown
 {
 
+/// Single Producer Single Consumer event queue.
+/// Used only to pass events from os thread to main thread.
 struct OsEventQueue
 {
 	//-----------------------------------------------------------------------------