Open ghost opened 9 years ago
The idea here is that the Main thread can be added as part of the thread pool. This works with #21 and allows your IO/GL threads to be used for other work if they are waiting on input.
Main
The idea here is that the
Main
thread can be added as part of the thread pool. This works with #21 and allows your IO/GL threads to be used for other work if they are waiting on input.