add thread mode & async call

This commit is contained in:
王劲鹏
2021-02-07 11:21:53 +08:00
committed by osborn
parent 24f7bb2498
commit ceb08bfa1d
5 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef DORICTHREADMODE_H
#define DORICTHREADMODE_H
enum DoricThreadMode {
UI,
JS,
};
#endif // DORICTHREADMODE_H