-
- Downloads
Avoid race conditions with actual reads, when we need to PEEK all the bytes of a stream.
[INTERPRETER] * BUG: If some data have been peeked on a stream, then the next reads will only return the peeked data until they all have been exhausted, and the Lof() function will return the number of peeked bytes yet to read.
Loading
Please register or sign in to comment