update comment
This commit is contained in:
parent
9fd88ffd48
commit
1fbe3efb79
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
//! An event loop implementation for Linux. APIs on Linux are generally thread safe, so the context
|
//! An event loop implementation for macOS.
|
||||||
//! 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.
|
|
||||||
|
|
||||||
use core_foundation::base::kCFAllocatorDefault;
|
use core_foundation::base::kCFAllocatorDefault;
|
||||||
use core_foundation::runloop::{
|
use core_foundation::runloop::{
|
||||||
|
|
Loading…
Add table
Reference in a new issue