Struct wayland_server::LoopSignal [] [src]

pub struct LoopSignal { /* fields omitted */ }

An event loop signal

This handle can be cloned and be send accross threads, and allows you to signal the event loop to stop running if you use the EventLoop::run() method.

Methods

impl LoopSignal
[src]

[src]

Signal the event loop to stop running

Trait Implementations

Auto Trait Implementations

impl Send for LoopSignal

impl Sync for LoopSignal