# Functions
No description provided by the author
Pcall 带兜底的反射调用 @param method @param args @return rets @return err.
WithName used to rename component name.
WithNameFunc override handler name by specific function such as: strings.ToUpper/strings.ToLower.
WithTaskGoProvider 注册延迟动态绑定的异步任务派发线程 @param taskGoProvider @return Option.
# Constants
完全形态签名:(receiver) func(eventType bcore.EventType, delta time.Duration) bcore.Result.
无.
简单任务签名:(receiver) func().
简单任务带bool返回的签名:(receiver) func() bool.
简单任务带错误返回的签名:(receiver) func() error.
简单任务带 bcore.Result 返回的签名:(receiver) func() bcore.Result.
# Structs
Handler represents a message.Message's handler's meta information.
No description provided by the author