mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
chore: Update boost usages to match 1.88 (#2355)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
//==============================================================================
|
||||
|
||||
#include "util/AsioContextTestFixture.hpp"
|
||||
#include "util/Spawn.hpp"
|
||||
#include "util/StopHelper.hpp"
|
||||
|
||||
#include <boost/asio/spawn.hpp>
|
||||
@@ -39,7 +40,7 @@ TEST_F(StopHelperTests, asyncWaitForStopWaitsForReadyToStop)
|
||||
EXPECT_CALL(readyToStopCalled_, Call).InSequence(sequence);
|
||||
EXPECT_CALL(asyncWaitForStopFinished_, Call).InSequence(sequence);
|
||||
|
||||
boost::asio::spawn(ctx_, [this](boost::asio::yield_context yield) {
|
||||
util::spawn(ctx_, [this](boost::asio::yield_context yield) {
|
||||
stopHelper_.asyncWaitForStop(yield);
|
||||
asyncWaitForStopFinished_.Call();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user