https://issues.dlang.org/show_bug.cgi?id=22370
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/phobos pull request #8276 "Fix 22370 - Accept noreturn callables in std.concurrency.spawn[Linked]" was merged into master: - c644eba3e6f305388217509d903e22ba12c75071 by MoonlightSentinel: 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 --
