Hacker News new | ask | show | jobs
by rednab 1465 days ago
The threading thing is a common requirement for game engines, though. Unreal also assumes engine functions are called only on the game thread (unless they're specifically marked otherwise).