Is Slint's integration with Boost.Asio feasible ? #9845
Replies: 1 comment
-
|
I'm not familliar with Boost.asio, but the easiest might be to spawn another thread for it, and use The ideal solution would be calling An harder solution is to re-implement a slint::platform::Platform that can drive the eventloop using the one from boost asio |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I seamlessly share Boost.Asio’s io_context with Slint’s event loop, so I can use coroutines efficiently without polling or spawning an extra thread for non-blocking operations?
If that’s possible, could someone provide guidance or an example on how to set it up?
Beta Was this translation helpful? Give feedback.
All reactions