about summary refs log tree commit diff stats
path: root/src/io/readablestream.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update code stylebptato2024-04-171-1/+1
| | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines
* 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.