chore(types): add yieldability docs for ChildProcessReader:read

This commit is contained in:
Erica Marigold 2024-06-10 09:12:03 +05:30
parent d3cda4be0c
commit 821c6d9f8c
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -60,6 +60,9 @@ local ChildProcessReader = {}
the reader into a buffer. Returns a buffer of size 0 if there is no more data to
read.
This function may yield until there is new data to read from reader, if all data
has already been read.
@return The buffer containing the data read from the reader
]=]
function ChildProcessReader:read(chunkSize: number?): buffer