Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobohume authored Mar 10, 2023
1 parent 30765bf commit 1d892f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ rpc模块脱离传统的注册-回调模式,只需要继承actor即可,actor
如回调函数是:func (p *PlayerMgr) PlayerOnUnRegister(head rpc.RpcHead, playerId int64)
自动生成代码,rpc发起就直接rpcgame.PlayerMgr.PlayerOnUnRegister(rpc.RpcHead{SendType: rpc.SEND_LOCAL}, p.PlayerId)

## 流程图
流程图替代一些配表,比如ai,目前在开发一个web段的流程图编辑器

## mailbox
actor之间消息队列采用mpsc的mailbox
优势
Expand Down

0 comments on commit 1d892f3

Please sign in to comment.