Skip to main content

Module controller

Module controller 

Source
Expand description

Public DesktopController — the top-level entry point for the crate.

A DesktopController owns exactly one worker thread and one DesktopBackend. All public methods forward their requests to that worker and (for synchronous calls) block until it replies.

Structs§

DesktopController
Top-level entry point.
PreparedAnimation
One-shot reservation of a prepared animation on its controller’s worker. Dropping it before start cancels without moving desktop icons.