You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make spin_loop yield, and a panicking thread test
@vakaras agreed it would make sense to make `spin_loop` yield, so this implements that.
Also add a test for a panic being raised in one thread, caught by the panic machinery, and then expose through the join handle. Miraculously, that just works. :)
0 commit comments