about summary refs log tree commit diff stats
path: root/src/io/readablestream.nim
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups & bug fixes involving promisesbptato2023-06-151-0/+32
Now a promise returning nil doesn't just leave the rest of the then chain hanging. Hooray.