mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-08-02 17:00:23 -04:00
PreJIT was blocking the main thread for 4sec+ when joining DXRP. There is no need to run JIT on the main thread we can just put this on a background thread and then forget about it.