async-executor/tests
John Nunley fa117dee27
Propagate panics in tasks (#78)
After smol-rs/async-task#37 I meant to add this to the executor. This
commit makes it so all panics are surfaced in the tasks that the user
calls. Hopefully this improves ergonomics.

Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: Alain Zscheile <fogti+devel@ytrizja.de>
2023-11-21 11:39:09 +01:00
..
different_executors.rs Fix a bug where TLS would become None (#55) 2023-09-27 20:01:15 -07:00
drop.rs Fix missing import on Miri 2023-11-02 21:50:48 -07:00
local_queue.rs Fix a bug where TLS would become None (#55) 2023-09-27 20:01:15 -07:00
panic_prop.rs Propagate panics in tasks (#78) 2023-11-21 11:39:09 +01:00