I'm thinking that I might have to create an extra thread that monitors for when a call needs to occur and does so. Doesn't seem very effective though? Does anyone know how C# does it?
I have a C callback that must call some functions declared in D.
I can't call them off the C thread because it will result in a
violation. What is a good way to dispatch the call to the main D
program?
- dispatcher Psychological Cleanup via Digitalmars-d-learn
- Re: dispatcher Kagamin via Digitalmars-d-learn
- Re: dispatcher user1234 via Digitalmars-d-learn
- Re: dispatcher Psychological Cleanup via Digitalmars-d-learn