Replace work queue with Odin core thread pool

This commit is contained in:
Hugo Mårdbrink 2025-11-13 11:18:13 +01:00
parent a52c0cc2fd
commit 0bf25b991f
4 changed files with 44 additions and 123 deletions

View file

@ -182,7 +182,7 @@ router_remove_route :: proc(
if method not_in current_node.handlers {
return false
}
delete_key(&current_node.handlers, method)
return true
}