TimeoutManagerBase.next_expiration_us

Tells the wall clock time time when the next client will expire.

class TimeoutManagerBase
ulong
next_expiration_us
()

Return Value

Type: ulong

the wall clock time when the next client will expire as UNIX time in microseconds or ulong.max if no client is currently registered.

Meta