Go package for patterns and best practices.
- stop - Pattern for stoppable types that need to do tear-down work before stopping.
- start - Pattern for start and stoppable types that need to be started, and to do tear-down work before stopping.
- sleep - Package for sleeping for progressively changing durations as part of systems that rely on resources which may come and go.