Documentation
¶
Overview ¶
异步编程抽象模型
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MainStartup ¶ added in v1.0.3
func MainStartup(workdir string, initchild func()) func()
func NewTimerMgr ¶
func NewTimerMgr() any
Types ¶
type AsynExer ¶
type AsynExer struct {
// contains filtered or unexported fields
}
func (*AsynExer) AsynExec ¶
AsynExec 异步执行,suspend_milsec=0为尽量立即执行,suspend_milsec>0为挂起suspend_milsec毫秒后再执行
func (*AsynExer) AsynRetExec ¶
AsynRetExec 异步返回执行
Click to show internal directories.
Click to hide internal directories.