/get_random_outs is now fully async using stackful coroutines (#142)

This commit is contained in:
Lee *!* Clagett
2024-11-19 19:21:32 -05:00
committed by Lee *!* Clagett
parent ed6fde7f28
commit 5796dad3b8
4 changed files with 318 additions and 179 deletions

View File

@@ -56,6 +56,7 @@ target_link_libraries(monero-lws-daemon-common
monero-lws-wire-json
monero-lws-util
${Boost_CHRONO_LIBRARY}
${Boost_COROUTINE_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}