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.
Recent launches
Orchestra
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.