• 每个模块运行在一个单独的 goroutine 中
    1. type Module interface {
    2. OnDestroy()
    3. }