On Tue, Nov 12, 2019 at 11:50 PM Marcone via Digitalmars-d-learn
<digitalmars-d-learn@puremagic.com> wrote:
>
>
> Can you make Alias for:
> task!func().executeInNewThread();
>
> Thank you!

AFAIK that is not possible without some wrapper because
executeInNewThread is member function of Task so it will need this
reference for object

Reply via email to