pub fn evaluate_heartbeat_result<Error>(
lease_guard: &TaskLeaseGuard,
result: Result<bool, Error>,
) -> Result<(), Error>Expand description
Evaluates one persisted heartbeat result and updates the in-memory lease guard.
ยงErrors
Returns an error when the heartbeat loses its lease or the store operation fails.