Wrap RojoTree in Mutex

This commit is contained in:
Lucien Greathouse
2019-09-13 12:57:37 -07:00
parent 7a7e9087e6
commit 1d84d3e440
2 changed files with 10 additions and 7 deletions

View File

@@ -13,8 +13,8 @@ use crate::{
serve_session::ServeSession,
web::{
interface::{
Instance, NotFoundError, ReadResponse, ServerInfoResponse, SubscribeResponse,
PROTOCOL_VERSION, SERVER_VERSION,
Instance, NotFoundError, ReadResponse, ServerInfoResponse, PROTOCOL_VERSION,
SERVER_VERSION,
},
util::{json, json_ok},
},