mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Replace WaitableEvent with portable std primitives:
The WaitableEvent class was a leftover from the pre-Boost version of Beast and used Windows- and pthread-specific APIs. This refactor replaces that functionality by using only interfaces provided by the C++ standard, making the code more portable. Closes #2402.
This commit is contained in:
committed by
Nik Bougalis
parent
5e96da51f9
commit
156e8dae83
@@ -1312,7 +1312,6 @@ else ()
|
||||
target_sources (xrpl_core PRIVATE
|
||||
src/ripple/beast/core/CurrentThreadName.cpp
|
||||
src/ripple/beast/core/SemanticVersion.cpp
|
||||
src/ripple/beast/core/WaitableEvent.cpp
|
||||
src/ripple/beast/hash/impl/xxhash.cpp
|
||||
src/ripple/beast/insight/impl/Collector.cpp
|
||||
src/ripple/beast/insight/impl/Groups.cpp
|
||||
|
||||
Reference in New Issue
Block a user