Skip to main content

session_stopped

Function session_stopped 

Source
pub fn session_stopped() -> bool
Expand description

Has the account this work belongs to been switched away from?

Check it at the head of a long loop — a sync page, a relay in a fan-out, a channel in a sweep — and stop. Continuing is safe, just wasteful.