Class: thread

--- DISABLED --- Multithreading using GLFW. Be aware: No internal Operation within Luxinia is threadsafe. That means that concurring threads can destroy internal datastructures. Unsafe operations are operations that creates or destroys data of any type. The threading interface can help you to balance CPU utilization, however you have to watch out for any synchronization bugs. Note: Make sure that you terminate your threads properly BEFORE luxinia shuts down. Killing threads is never a good idea and should only be done if no other solution is possible.

Hierarchy

o-+ thread
  o-- glfwcondition
  o-- glfwmutex
  o-- glfwthread