mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 21:45:52 +00:00
Split thread and range stuff out of utils
This commit is contained in:
@@ -112,13 +112,13 @@ void sigIntHandler(int)
|
||||
|
||||
static void runAux(boost::asio::io_service& svc)
|
||||
{
|
||||
NameThread("aux");
|
||||
setCallingThreadName("aux");
|
||||
svc.run();
|
||||
}
|
||||
|
||||
static void runIO(boost::asio::io_service& io)
|
||||
{
|
||||
NameThread("io");
|
||||
setCallingThreadName("io");
|
||||
io.run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user