mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Before Kore would spawn a task thread per task started if none were available. This was an obvious bad idiom but never really hit me hard until now. Kore will now only spawn as many task threads as configured by "task_threads" and queue up any newly started tasks ontop of already running threads if the limit was hit.