Hi all,
It would be great to have the option to book a callback to be executed when the event loop has finished. Using OnPartialResult with everyNEvents=N or N-1 doesn’t work if running with multi-threaded enabled. The way I currently do this is by having a different thread check every 100ms whether res.IsReady() returns true, but this is a very ugly approach.
Thanks!
Jean Yves