consul/agent/cache
Matt Keeler 8837907de4
Make the Agent Cache more Context aware (#8092)
Blocking queries issues will still be uncancellable (that cannot be helped until we get rid of net/rpc). However this makes it so that if calling getWithIndex (like during a cache Notify go routine) we can cancell the outer routine. Previously it would keep issuing more blocking queries until the result state actually changed.
2020-06-15 11:01:25 -04:00
..
cache.go Make the Agent Cache more Context aware (#8092) 2020-06-15 11:01:25 -04:00
cache_test.go Make the Agent Cache more Context aware (#8092) 2020-06-15 11:01:25 -04:00
entry.go
entry_test.go
mock_Request.go
mock_Type.go
request.go
testing.go Make the Agent Cache more Context aware (#8092) 2020-06-15 11:01:25 -04:00
type.go
watch.go Make the Agent Cache more Context aware (#8092) 2020-06-15 11:01:25 -04:00
watch_test.go