mirror of
https://github.com/encounter/SDL.git
synced 2025-05-28 02:01:25 +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.