We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unix::Client::new
1 parent ff1c741 commit 210170bCopy full SHA for 210170b
src/unix.rs
@@ -30,9 +30,6 @@ impl Client {
30
31
// I don't think the character written here matters, but I could be
32
// wrong!
33
- //
34
- // Also, it is highly unlikely to have a machine with more than
35
- // 128 cores.
36
const BUFFER: [u8; 128] = [b'|'; 128];
37
38
while limit > 0 {
0 commit comments