aabaker
aabaker
If you can fix thread safety then using start_loop() to run the client and doing any other updates in the main thread would be viable. The use cases I am...
And the need for the user to lock their data correctly is what I meant with the original comment that it can be tricky to ensure the code using loop_start()...
My concern with locking is more about making sure that the callbacks are using the same lock as the main thread and not a copy of it rather than coping...