mirror of
https://github.com/encounter/SDL.git
synced 2025-09-01 00:10:28 +00:00
Initializing streams, particularly capture streams, can take many milliseconds, which is a bit much for a busy wait. Use a blocking wait instead.