go-pattern-examples/gomore/03_context
2020-05-07 11:47:50 +08:00
..
context_test.go order patterns in go more catalogs 2020-05-02 18:25:12 +08:00
README.md update README.md for context and fan_in 2020-05-07 11:47:50 +08:00

上下文模式

上下文模式,就是使用上下传递参数,或者传递操作。

其实在,观察者模式中,就有用到上下文模式传递参数:观察模式中的上下文模式

这是演示使用context取消http请求的场景。