Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
WinSystemWaylandProtocol Namespace Reference

Detailed Description

Protocol for communication between Wayland event thread and main thread

Many messages received from the Wayland compositor must be processed at a defined time between frame rendering, such as resolution switches. Thus they are pushed to the main thread for processing.

The protocol is strictly uni-directional from event to main thread at the moment, so Actor::Protocol is mainly used as an event queue.