On Thursday, 5 March 2020 at 03:04:10 UTC, Adam D. Ruppe wrote: > You can also not use `spawn` and instead give `new Thread` a > try from core.thread. Thanks for the hint, I didn't notice core.thread at all. I will definitely try it out. Unfortunately the documentation page for core.thread is currently not available.