https://issues.dlang.org/show_bug.cgi?id=22370
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/phobos pull request #8276 "Fix 22370 - Accept noreturn callables in std.concurrency.spawn[Linked]" fixing this issue: - Fix 22370 - Accept noreturn callables in std.concurrency.spawn[Linked] `spawn[Linked]` required the passed callable to return `void`. This is unecessarily strict because both `void` and `noreturn` imply that no actual value will be returned by the callable. https://github.com/dlang/phobos/pull/8276 --
