ThreadPipe.this

Create a new ThreadPipe with the given buffer size.

class ThreadPipe
this
(
size_t bufferSize = (1024 * 16)
)

Parameters

bufferSize size_t

The size to allocate the buffer.

Meta