Is there a way to make new thread for class method?E.g. I have some class and I need to run one of them method in new thread.
I found wxamples only with function...
Konstantin Kutsevalov via Digitalmars-d-learn Mon, 07 Nov 2016 11:03:11 -0800
Is there a way to make new thread for class method?E.g. I have some class and I need to run one of them method in new thread.
I found wxamples only with function...