How do I send a message to a struct member function?

Enjoys Math via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Aug 25 23:49:53 PDT 2017


I have a series of structs each of which needs to spawn a worker 
thread on initialization.  There seems to be no way to send a 
message back to the struct for instance to cause a member 
function call on /that/ structs data.

Please advise me.


More information about the Digitalmars-d-learn mailing list