
Orchestra
Orchestra is a library to manage long running go processes.
0 followers
Orchestra is a library to manage long running go processes. At the heart of the library is an interface called Player. All a type needs to do to satisfy the interface is to have a Play method that will gracefully shutdown when the context is done.