about summary refs log tree commit diff stats
path: root/html/102persist.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-18 10:39:18 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-18 10:39:18 -0700
commitc83f3bca47b1538ce469fc4463d6165156735675 (patch)
tree2575be098fb10f8373750f7905a5c06ab3c46c79 /html/102persist.cc.html
parent9c78e58e686e23aecfe1b229fc5abc8e0b4f8e3b (diff)
downloadmu-c83f3bca47b1538ce469fc4463d6165156735675.tar.gz
3519 - reading lots of data from a socket
In the process I've also altered the API of $read-from-socket to return
a boolean (eof?) rather than the number of bytes read (which is implicit
in the length of the returned array).
Diffstat (limited to 'html/102persist.cc.html')
0 files changed, 0 insertions, 0 deletions
>86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136