Silk.NETS
Silk.NET4y ago
Kai

Imo the task queue is very efficient with medium sized tasks. For micro sized tasks I like to make a

Imo the task queue is very efficient with medium sized tasks. For micro sized tasks I like to make a simple queue and an async method that runs one task or a small batch of them, then yields to the task queue
Was this page helpful?