Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //error of event RegisterEventErr = fmt.Errorf("RegistEvent only accept ptr param") CancelEventErr = fmt.Errorf("CancelEvent only accept ptr param") DispatchEventErr = fmt.Errorf("DispatchEvent only accept ptr param") //error of actor system ActorSystemOptionErr = fmt.Errorf("actor system option run failed") RegistClusterErr = fmt.Errorf("regist cluster error") RegisterActorSystemErr = fmt.Errorf("actor system has stopped") RegisterActorSameIdErr = fmt.Errorf("actor with same id") ActorNotFoundErr = fmt.Errorf("local actor not found") ActorPushMsgErr = fmt.Errorf("push a nil msg to actor") ActorUnimplemented = fmt.Errorf("actor has no implemented OnHandleRequest") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.