1
0
Fork 0

update comment

This commit is contained in:
max 2023-01-01 20:22:17 +02:00
parent 9fd88ffd48
commit 1fbe3efb79

View file

@ -1,6 +1,4 @@
//! An event loop implementation for Linux. APIs on Linux are generally thread safe, so the context
//! of a main thread does not exist there. Because of that, this mostly just serves as a way to
//! delegate expensive processing to another thread.
//! An event loop implementation for macOS.
use core_foundation::base::kCFAllocatorDefault;
use core_foundation::runloop::{