Mac has a `CFRunLoopRun()`, but when I ported our ...
# kotlin-native
s
Mac has a
CFRunLoopRun()
, but when I ported our mac app to Windows, I noticed
CFRunLoopRun()
doesn’t exist on Windows. What can I do that would be equivalent on Windows?