Queue thread

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Nov 20 17:09:42 PST 2011


Try
auto t = task(&page.run);

You can't pass a class method as a compile-time argument unless it's a
static method.


More information about the Digitalmars-d-learn mailing list