Files
sbox-public/engine/Sandbox.Engine/Systems/Threads/TaskSource.cs
Lorenz Junglas a0fbb7f2e3 Less allocation heavy version of Task.Delay (#4225)
* More accurate and less allocation heavy version of Task.Delay

- Shoot a single task delay for longer intervals
- Only use expensive polling for the last sub threshold

* Avoid ExecutingJob allocations when not tracking jobs
2026-03-06 22:47:48 +01:00

17 KiB