Threads (CPU not BBS)!
category: code [glöplog]
i spinlock in case some new work arrives, but once a frame i put all worker threads to sleep by waiting for an event. that event would be the first batch of work from the next frame. this is the gentle way to do it, worth that millisecond it might cost.
Yay. Everything done and working.