# Functions
FromContext returns a WriterFactory to generate new progress writers based on a Writer previously stored in the Context.
NewContext returns a new context and a progress reader that captures all progress items writtern to this context.
NewFromContext creates a new Writer based on a Writer previously stored in the Context and returns a new Context with the new Writer stored.
# Type aliases
WriterFactory will generate a new progress Writer and return a new Context with the new Writer stored.