//
pkg.gl
Category
github.com/noisysockets/netstack
pkg
context
package
0.9.0
Repository:
https://github.com/noisysockets/netstack.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
147 SLOC
#
Functions
Background
Background returns an empty context using the default logger.
WithValue
WithValue returns a copy of parent in which the value associated with key is val.
#
Structs
NoTask
NoTask is an implementation of Blocker that does not block.
#
Interfaces
Blocker
Blocker represents an object with control flow hooks.
Context
Context represents a thread of execution (hereafter "goroutine" to reflect Go idiosyncrasy).