chore(types): clarify yieldability with exit for ChildProcessReader:read

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

View file

@ -61,7 +61,7 @@ local ChildProcessReader = {}
read.
This function may yield until there is new data to read from reader, if all data
has already been read.
till present has already been read, and the process has not exited.
@return The buffer containing the data read from the reader
]=]