1 Star 2 Fork 0

李文建 / light-protoactor-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
process.go 263 Bytes
一键复制 编辑 原始数据 按行查看 历史
package actor
// A Process is an interface that defines the base contract for interaction of actors
type Process interface {
SendUserMessage(pid *PID, message interface{}, sender *PID)
SendSystemMessage(pid *PID, message interface{})
Stop(pid *PID)
}
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

搜索帮助