.net-remoting

Execute Python function in Main thread from call in Dummy thread

Execute Python function in Main thread from call in Dummy thread Question: I have a Python script that handles aynchronous callbacks from .NET Remoting. These callbacks execute in a dummy (worker) thread. From inside my callback handler, I need to call a function I’ve defined in my script, but I need the function to execute …

Total answers: 1