distssh v3.1.1 (2020-09-23T20:47:34Z)
Dub
Repo
PipeWriter
distssh
utility
Undocumented in source.
struct
PipeWriter {
import
distssh
.
protocol
:
Serialize
;
;
File
fout
;
Serialize
!(
void
delegate
(
const
(
ubyte
)[]) @(
safe
))
ser
;
this
(File f);
void
put
(const(ubyte)[] v);
}
Constructors
this
this
(File f)
Undocumented in source.
Alias This
ser
Members
Functions
put
void
put
(const(ubyte)[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fout
File
fout
;
Undocumented in source.
ser
Serialize
!(
void
delegate
(
const
(
ubyte
)[]) @(
safe
))
ser
;
Undocumented in source.
Meta
Source
See Implementation
distssh
utility
functions
cloneEnv
executeOnHost
readEnv
shellSwitch
structs
BackgroundClientBeat
ExecuteOnHostConf
HeartBeatMonitor
PipeReader
PipeWriter