attempting to execute 3rd party dll in separate thread but this still blocks main thread
In my Kivy app I initialise some instrumentation via 3rd party .NET dlls. One of these dlls is badly behaved – takes several seconds to initialise.
attempting to execute 3rd party dll in separate thread but this still blocks main thread
In my Kivy app I initialise some instrumentation via 3rd party .NET dlls. One of these dlls is badly behaved – takes several seconds to initialise.