blocking/tests
John Nunley 02cd156338
feat: Propogate panics that occur in unblocked functions
This commit makes it so if a panic occurs in an unblock task, that panic
is propogated to the caller. Previously, the task would just fail to
complete and would produce a less intuitive error.

Tests are also added to make sure the panic is propogated.

Signed-off-by: John Nunley <dev@notgull.net>
2024-04-20 12:11:46 -07:00
..
unblock.rs feat: Propogate panics that occur in unblocked functions 2024-04-20 12:11:46 -07:00