Optionaloptions: BatchedBytesOptionsTakes a stream of Uint8Arrays and/or Uint8ArrayLists and store them in an internal buffer. Either once the buffer reaches the requested size or the next event loop tick occurs, yield any bytes from the buffer.
Optionaloptions: AsyncBatchedBytesOptionsTakes a stream of Uint8Arrays and/or Uint8ArrayLists and store them in an internal buffer. Either once the buffer reaches the requested size or the next event loop tick occurs, yield any bytes from the buffer.
Optionaloptions: BatchedObjectsOptions<T>Takes a stream of Uint8Arrays and/or Uint8ArrayLists and store them in an internal buffer. Either once the buffer reaches the requested size or the next event loop tick occurs, yield any bytes from the buffer.
Optionaloptions: AsyncBatchedObjectsOptions<T>
Takes a stream of Uint8Arrays and/or Uint8ArrayLists and store them in an internal buffer. Either once the buffer reaches the requested size or the next event loop tick occurs, yield any bytes from the buffer.