Tasks, actors and garbage collection

russhy russhy at gmail.com
Tue Apr 20 16:44:01 UTC 2021


And no, no @ could save us

```D
@safe @system @pure @nogc @noreturn @help @nothrow void 
doSomethingForMePlease()
{
    writeln("is this where we want to go?");
}

```


More information about the Digitalmars-d mailing list