1 Star 2 Fork 0

李文建/light-protoactor-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
messages.go 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
李文建 提交于 2017-11-08 17:09 . Revert "context添加ChildrenMap方法"
package remote
import "gitee.com/lwj8507/light-protoactor-go/actor"
type EndpointTerminatedEvent struct {
Address string
}
type EndpointReaderFailedToRead struct {
Err error
}
type remoteWatch struct {
Watcher *actor.PID
Watchee *actor.PID
}
type remoteUnwatch struct {
Watcher *actor.PID
Watchee *actor.PID
}
type remoteTerminate struct {
Watcher *actor.PID
Watchee *actor.PID
}
var (
stopMessage interface{} = &actor.Stop{}
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lwj8507/light-protoactor-go.git
git@gitee.com:lwj8507/light-protoactor-go.git
lwj8507
light-protoactor-go
light-protoactor-go
013e33d7022f

搜索帮助