1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 17:23:26 +03:00
This commit is contained in:
Wez Furlong 2018-03-03 17:15:31 -08:00
parent a387dc0e49
commit d7e5df0428

View File

@ -96,7 +96,7 @@ struct Windows {
by_fd: HashMap<RawFd, WindowId>, by_fd: HashMap<RawFd, WindowId>,
} }
/// The `GuiEventLoop` represents the combined gui even processor, /// The `GuiEventLoop` represents the combined gui event processor,
/// a remote (running on another thread) mio `Poll` instance, and /// a remote (running on another thread) mio `Poll` instance, and
/// a core for spawning tasks from futures. It acts as the manager /// a core for spawning tasks from futures. It acts as the manager
/// for various events and is responsible for driving things forward. /// for various events and is responsible for driving things forward.