Refactors subscription manager (#52)

* Replaces mutexes with asio strands
This commit is contained in:
Nathan Nichols
2021-12-14 08:24:10 -08:00
committed by GitHub
parent a449b7de54
commit e930ff04df
16 changed files with 441 additions and 201 deletions

View File

@@ -20,6 +20,8 @@
namespace RPC {
using boost::json::value_to;
Result
doLedgerData(Context const& context)
{