Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Wayland dispatcher #48

Merged
merged 3 commits into from
Sep 5, 2013
Merged

Wayland dispatcher #48

merged 3 commits into from
Sep 5, 2013

Conversation

kalyankondapally
Copy link
Contributor

No description provided.

We currently handle all wayland
flushing in ui thread. It would be nice to
offload it to a worker thread. WaylandDispatcher
class is responsible for reading any pending events
and flush wayland display in a worker thread.
It has apis which could be used to post task to
be handled by worker thread or main thread.
This patch makes changes so that all flushing/event
dispatches in input and event factory happen via WaylandDispatcher.
Any flush requests should be done through
WaylandDispatcher api. This patch removes
any related apis in Display.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant