[asio-users] boost-asio and asio coexistance
Brought to you by:
chris_kohlhoff
From: <mat...@gm...> - 2024-02-09 22:50:18
|
Hi all, The ASIO website states that boost-asio and asio can coexist in the same application. I have a case where I need to do this. The application uses two libraries, lib1 and lib2. Lib1 uses asio version 1.12.0 and cannot be updated. Lib2 can use either asio or boost-asio but cannot use a version < 1.16.0 of asio. I guess my question is about best practices for running both asio versions in the same application, in other words handling both io_context::run()? Can anyone point me to an example of doing this? Thanks, Matt. |