ForkJoinTaskHelper.uncheckedThrow

The sneaky part of sneaky throw, relying on generics limitations to evade compiler complaints about rethrowing unchecked exceptions.

struct ForkJoinTaskHelper
static
void
uncheckedThrow
(
T
)
(
Throwable t
)
if (
is(T : Throwable)
)

Meta