Commit 6573dbb
authored
Remove unused Shutdown class (#940)
The Shutdown class has been unused since the Celluloid removal in 2016.
It was originally used to raise on worker threads during hard shutdown,
but the current shutdown flow uses Interrupt and executor-level shutdown.
Additionally, Shutdown inherited from Interrupt (not BaseError), making
it fundamentally different from the other error classes in the Errors
module. Its role was as a control flow signal, not an actual error.1 parent fd99df8 commit 6573dbb
2 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 32 | | |
37 | 33 | | |
0 commit comments