.Net
How to invoke a method from a seperate thread in .Net Core
So basically I have a console app on which I’m executing a c++ opengl context through a wrapper. The context needs to be updated continuously so it updates inside a while loop. Everything works great Read more…