4 lines
260 B
Markdown
4 lines
260 B
Markdown
|
# package apicontext
|
||
|
apicontext simply combines the context.Context with its corresponding context.CancelFunc,
|
||
|
making it simple to manage objects with context. It comes with some helper functiosn that
|
||
|
can replace infinite `for` loops (see `ContextIsNotDone`)
|