Replace work queue with Odin core thread pool
This commit is contained in:
parent
a52c0cc2fd
commit
0bf25b991f
4 changed files with 44 additions and 123 deletions
|
|
@ -182,7 +182,7 @@ router_remove_route :: proc(
|
|||
if method not_in current_node.handlers {
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
delete_key(¤t_node.handlers, method)
|
||||
return true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue