[][src]Trait insomnia::Lock

pub trait Lock: Send { }

Inhibits a particular power management operation until the Lock is dropped.

Note that on some platforms, the lock may be terminated early under rare circumstances, i.e. if systemd_logind is restarted on Linux.

Implementors

impl Lock for Lock[src]

Loading content...