github.com/juju/juju@v0.0.0-20240327075706-a90865de2538/worker/gate/doc.go (about)

     1  // Copyright 2022 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  // Package gate provides a mechanism by which independent workers can wait for
     5  // one another to finish a task, without introducing explicit dependencies
     6  // between those workers.
     7  package gate