mirror of
https://github.com/encounter/SDL.git
synced 2025-07-22 04:55:57 +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.