distssh v3.1.1 (2020-09-23T20:47:34Z)
Dub
Repo
HeartBeatMonitor
distssh
utility
Monitor the heartbeats from the client.
struct
HeartBeatMonitor {
import
std
.
datetime
.
stopwatch
:
StopWatch
;
;
this
(Duration timeout);
void
beat
();
bool
isTimeout
();
static
void
ping
(PipeWriter f);
}
Constructors
this
this
(Duration timeout)
Undocumented in source.
Members
Functions
beat
void
beat
()
A heartbeat has been received.
isTimeout
bool
isTimeout
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
ping
void
ping
(PipeWriter f)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
distssh
utility
functions
cloneEnv
executeOnHost
readEnv
shellSwitch
structs
BackgroundClientBeat
ExecuteOnHostConf
HeartBeatMonitor
PipeReader
PipeWriter
Monitor the heartbeats from the client.