1 Star 0 Fork 0

李文建 / protoactor-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
remote_handler.go 171 Bytes
一键复制 编辑 原始数据 按行查看 历史
rogeralsing 提交于 2017-06-30 14:21 . serializers
package remote
import "github.com/AsynkronIT/protoactor-go/actor"
func remoteHandler(pid *actor.PID) (actor.Process, bool) {
ref := newProcess(pid)
return ref, true
}
Go
1
https://gitee.com/lwj8507/protoactor-go.git
git@gitee.com:lwj8507/protoactor-go.git
lwj8507
protoactor-go
protoactor-go
v0.0.1

搜索帮助