mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
Add a get function.
This commit is contained in:
@@ -50,6 +50,11 @@ public:
|
||||
sMultiThreaded = true;
|
||||
}
|
||||
|
||||
static bool isMultiThread()
|
||||
{
|
||||
return sMultiThreaded;
|
||||
}
|
||||
|
||||
void addInstance()
|
||||
{
|
||||
if (sMultiThreaded)
|
||||
|
||||
Reference in New Issue
Block a user