Commit 977c55e
committed
unload: only unload unused runners
We can't unload runners that are in-use, otherwise state corruption will
occur in release (which will likely result in a panic() at some point on
subsequent inference). If we want a preemption mechanism, additional
refactoring will need to occur.
Signed-off-by: Jacob Howard <[email protected]>1 parent 442f049 commit 977c55e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
0 commit comments