Documentation
¶
Overview ¶
Package watch defines buffer size constants for the stream scanner.
Index ¶
Constants ¶
View Source
const ( // StreamScannerInitCap is the initial capacity for the scanner buffer. StreamScannerInitCap = 64 * 1024 // StreamScannerMaxSize is the maximum size for the scanner buffer. StreamScannerMaxSize = 1024 * 1024 )
Stream scanner buffer sizes.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.