Files
logos-cpp-sdk/cpp
dlipicarandClaude Opus 4.8 5184d8b480 Marshal inter-module calls to the owner thread
Logos inter-module calls go over Qt Remote Objects, whose replicas only
work on the thread that created them (the module's main/event-loop thread).
A module that makes calls from a worker thread — e.g. an embedded HTTP
server serving /metrics — would otherwise hang on replica acquisition.

Make LogosAPIClient transparently marshal to its owner thread when called
off-thread (guarded so same-thread calls run directly with no overhead):
- LogosAPI::getClient creates the client/consumer/replicas on the owner thread
- LogosAPIClient::invokeRemoteMethod / requestObject / onEvent run there too

New header logos_thread_marshal.h (runOnOwnerThread). No new data members —
ABI-safe for statically-linked plugins.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 15:17:19 -03:00
..
2026-02-25 09:13:43 -05:00
2026-04-13 13:29:26 -04:00
2026-04-21 09:38:37 -04:00
2026-02-25 09:13:43 -05:00
2026-06-05 18:12:29 -04:00
2026-06-05 18:12:29 -04:00
2026-06-05 18:12:29 -04:00