Ruby Thread#kill and ensure blocks
It turns out ensure blocks are executed inside a Thread even after the Thread is killed. I write about it and show an example here.
It turns out ensure blocks are executed inside a Thread even after the Thread is killed. I write about it and show an example here.
Post a comment