Async Loading outdir and proc-macro

This commit is contained in:
Edwin Cheng
2021-01-28 23:33:02 +08:00
parent f421ee6722
commit 9358eecc04
11 changed files with 398 additions and 200 deletions

View File

@@ -234,6 +234,7 @@ pub enum StatusNotification {}
#[derive(Serialize, Deserialize)]
pub enum Status {
Loading,
ReadyPartial,
Ready,
NeedsReload,
Invalid,