Skip to content

Commit

Permalink
增加异步事件处理
Browse files Browse the repository at this point in the history
  • Loading branch information
jwpttcg66 committed May 5, 2017
1 parent 80e2629 commit 3057ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dispatchThread消息分配模型需要的create, update, finish的事件进行
事件注册到dispatchThread消息分配模型进行循环处理。如果模型死亡将消息转化为readyfinish事件注册到更新服务UpdateServic进行销毁
。这个系统实现了模型自动缓存,多线程异步循环调度模型更新,自动处理模型死亡事件进行销毁。
支持将多个updater绑定到同一个更新线程上,减少线程调度。
增加异步event-bus

## 异步使用例子

Expand Down

0 comments on commit 3057ca9

Please sign in to comment.