/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

@@ -161,7 +161,7 @@ if(STATIC)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME ON)
endif()
find_package(Boost 1.70 QUIET REQUIRED COMPONENTS chrono filesystem program_options regex serialization system thread)
find_package(Boost 1.70 QUIET REQUIRED COMPONENTS chrono coroutine filesystem program_options regex serialization system thread)
if (NOT (Boost_THREAD_LIBRARY STREQUAL monero_Boost_THREAD_LIBRARY_RELEASE))
message(STATUS "Found Boost_THREAD_LIBRARY: ${Boost_THREAD_LIBRARY}")