rust/library
Mara Bos f5217792ed Simplify panicking mechanism of thread::scope.
It now panic!()s on its own, rather than resume_unwind'ing the panic
payload from the thread. Using resume_unwind skips the panic_handler,
meaning that the main thread would never have a panic handler run, which
can get confusing.
2022-01-04 16:10:14 +01:00
..
2021-12-14 16:40:43 +01:00
2021-12-14 16:42:16 +05:30
2021-12-15 10:22:03 +08:00