Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2022 Changes in this version + type State int + const State_ERROR + const State_RUNNING + const State_STOPPED + const State_WAIT_FOR_STOP + type ThreadPool interface + ForceStop func() + Stop func() + Submit func(f Functor) + SubmitPriority func(f Functor, priority int) + Wait func() + func NewThreadPool(config ThreadPoolConfig) ThreadPool + type ThreadPoolConfig struct + EnableLog bool + PoolSize int