Document that time.advanceUntilIdle ignores the background scope
time.advanceUntilIdle
only waits for jobs in the foreground scope; jobs started in the background scope are not considered.
Edited by Ivan “CLOVIS” Canet
time.advanceUntilIdle
only waits for jobs in the foreground scope; jobs started in the background scope are not considered.