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§
- Desktop
Controller - Top-level entry point.
- Prepared
Animation - One-shot reservation of a prepared animation on its controller’s worker. Dropping it before start cancels without moving desktop icons.