Add type hints and keyword-only arguments for GenerationSynchronizer.
Review Request #13988 — Created June 19, 2024 and submitted — Latest diff uploaded
This is a simple change that adds type hints to
GenerationSynchronizer
, helping ensure internal and consumer logic
doesn't experience any type errors.The constructor now takes
normalize_cache_key
as a keyword-only
argument.
Unit tests pass.