# Packages
Package executor provides an implementation of the Executor to perform background
processing, limiting resource consumption when executing a collection of tasks.
Package flow provides a Flow implementation to perform background processing
and notify your subscribers through an Emitter.
Package gopool contains tools for reusing goroutine and for
limiting resource consumption when running a collection of tasks.