Worker (package)

The worker package is a Go package that provides utilities for handling long-lived Go workers.

In Juju, it provides the worker interface that is used to define all workers, and the dependency and the catacomb package.

See more: Go packages | worker, Go packages | worker > worker.go (worker interface)