/simple_worker_pool

a simple go worker pool

Primary LanguageGo

USAGE

  dispatcher := NewDispatcher(MaxWorker)
  dispatcher.Run()