Versions in this module Expand all Collapse all v1 v1.1.2 Apr 17, 2023 v1.1.1 Apr 17, 2023 Changes in this version + type Engine struct + Context *context.Context + EventData chan *EventData + Pool int + PoolFunc *ants.PoolWithFunc + Wg *sync.WaitGroup + var G_Engine *Engine + func NewEngine(c *context.Context, pool int) *Engine + func (e *Engine) Close() + func (e *Engine) DoCase(ed *EventData) interface{} + func (e *Engine) DoEvent(ed *EventData) + type EventData struct + EventData []interface{} + EventType string