Also switched explain over to own async framework.

This commit is contained in:
Eelke Klein 2016-12-30 10:38:46 +01:00
parent 4dc55288b5
commit c551d982c6
6 changed files with 17 additions and 17 deletions

View file

@ -128,7 +128,8 @@ private:
class ExplainRoot {
public:
static std::unique_ptr<ExplainRoot> createFromJson(Json::Value &json);
using SPtr = std::shared_ptr<ExplainRoot>;
static SPtr createFromJson(Json::Value &json);
ExplainTreeModelItemPtr plan;
float planningTime = 0.f;