@brief Returns the size of write queue
| 391 | |
| 392 | /// @brief Returns the size of write queue |
| 393 | [[nodiscard]] size_t getWriteQueueSize() const { return writeQueue.size(); } |
| 394 | |
| 395 | /// @brief Writes a buffer (that must be allocated by the AsyncBuffersPool passed in AsyncWritableStream) |
| 396 | /// When the buffer it will be actually written, AsyncWritableStream::eventWritten will be raised and |