await Content
Suspends until content is available; either it is already in the view or it is preloaded and a call to bind will immediately show this content.
Parameters
until Change Count
the number of changes received to wait for. This is approximately the number of recompositions that had non-empty updates.
Throws
Cancellation Exception
if it's unbound before it returns.