grpc-java/core
Louis Ryan f6121165f9 Implementation of context API to allow for propagation of a limited amount of state through the
call stack and across thread boundaries.

Strongly modeled after the Go context API https://blog.golang.org/context with support for
- cancellation propagation & cancellation listeners
- typed value binding
- timeout/deadline

The major difference with Go is that ThreadLocal is used for propagation instead of parameter
passing as this is considered more idiomatic for Java.
2015-07-21 10:22:59 -07:00
..
src Implementation of context API to allow for propagation of a limited amount of state through the 2015-07-21 10:22:59 -07:00
build.gradle Split protobuf into its own project 2015-04-10 15:50:56 -07:00