Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mgr ¶
type Mgr[TKey comparable] struct { // contains filtered or unexported fields }
Mgr 管理 IActor 的简单系统
func (*Mgr[TKey]) DeleteActor ¶
DeleteActor 从系统中删除指定的 IActor
func (*Mgr[TKey]) SendMessage ¶
SendMessage 向指定 IActor 发送消息
type Normal ¶
type Normal[TKey comparable] struct { // contains filtered or unexported fields }
type OnDefaultHandler ¶
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
Options contains Options to configure instance. Each option can be set through setter functions. See documentation for each setter function for an explanation of the option.
func (*Options) WithActorChannelSize ¶
func (*Options) WithDefaultHandler ¶
func (p *Options) WithDefaultHandler(defaultHandler OnDefaultHandler) *Options
Click to show internal directories.
Click to hide internal directories.