2025-05-07 20:06:38 -04:00
2025-05-07 20:06:38 -04:00
2025-05-07 20:06:38 -04:00
2025-05-07 20:06:38 -04:00
2025-05-07 20:06:38 -04:00

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)

Description
a class that implements the context.Context interface. It brings its cancel() func with it for simple object management with contexts.
Readme 29 KiB
Languages
Go 100%