mirror of
https://github.com/lune-org/lune.git
synced 2025-04-19 11:23:57 +01:00
chore(types): clarify yieldability with exit for ChildProcessReader:read
This commit is contained in:
parent
821c6d9f8c
commit
fc26d132a0
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ local ChildProcessReader = {}
|
||||||
read.
|
read.
|
||||||
|
|
||||||
This function may yield until there is new data to read from reader, if all data
|
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
|
@return The buffer containing the data read from the reader
|
||||||
]=]
|
]=]
|
||||||
|
|
Loading…
Add table
Reference in a new issue