Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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.