docker / go-events

Composable event distribution for Go
Apache License 2.0
131 stars 22 forks source link

Level of integration with net/context.Context #4

Open stevvooe opened 8 years ago

stevvooe commented 8 years ago

This package was originally created before net/context.Context was in wide use. While Sink is intended to be used on the request path, it has applications that are unrelated to the request path.

Consider updating the interfaces to support context use throughout package.