Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Forairaaaaa authored Mar 16, 2024
1 parent f42fccb commit aa591b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ A light weight multiple apps' life cycle dispatcher, simplify app launcher desig

### 目的:

- 将应用抽象成多个有序的生命周期`AppBase`
- 将应用的静态资源、创建销毁抽象成工厂`AppPacker`
- 将应用抽象成多个有序的[生命周期](https://github.com/Forairaaaaa/mooncake/blob/main/src/app/app.h#L81)`AppBase`
- 将应用的静态资源、创建销毁抽象成[工厂](https://github.com/Forairaaaaa/mooncake/blob/main/src/app/app.h#L20)`AppPacker`
- 提供内外 API 控制应用生命周期
- 提供调度器,根据应用状态,调度生命周期钩子函数 (`Mooncake`
- 提供[调度器](https://github.com/Forairaaaaa/mooncake/blob/main/src/app/app_manager.cpp#L161),根据应用状态,调度生命周期钩子函数 (`Mooncake`

### TODO:
- 删掉没用的东西
Expand Down

0 comments on commit aa591b3

Please sign in to comment.