golang / groupcache

groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
Apache License 2.0
12.93k stars 1.39k forks source link

Use standard library's context.Context #131

Closed desimone closed 4 years ago

desimone commented 4 years ago

These changes replace the ad-hoc implementation of context with the standard library's version of context which has been available since Go 1.7. This was previously discussed in #68 .

desimone commented 4 years ago

Thanks for the quick review and merge @bradfitz 🎄 🎅