Skip to content

Commit 4efa87b

Browse files
author
Louis Ryan
committed
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.
1 parent a6585e3 commit 4efa87b

File tree

2 files changed

+1178
-0
lines changed

2 files changed

+1178
-0
lines changed

0 commit comments

Comments
 (0)