Struct notify_rust::server::NotificationServer [] [src]

pub struct NotificationServer {
    pub counter: Cell<u32>,
    pub stop: Cell<bool>,
}

An experimental notification server. See the module level documentation for more.

Fields

Counter for generating notification ids

A flag that stops the server

Methods

impl NotificationServer
[src]

Create a new NotificationServer instance.

Start listening for incoming notifications