Commit b394493
committed
Terminate interrupt thread on NIF unload
This fixes an issue where the NIF could not be unloaded due to the
interrupt monitoring thread never stopping. This would manifest itself
in `:init.stop` taking a long time or it breaking `runtime.exs` due to a
change that requires the VM to be restarted.1 parent 9974f6b commit b394493
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
185 | 190 | | |
186 | 191 | | |
187 | 192 | | |
| |||
0 commit comments