summary refs log tree commit diff stats
path: root/tests/async/tasyncfile.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #7347, asyncfile.getFileSize (#7354)andri lim2018-03-171-0/+11
* Fix AsyncFile open flags. Fixes #5531Ruslan Mustakov2018-02-171-2/+2
* Add an attempted reproduction for #5531.Dominik Picheta2017-11-261-0/+15
* getFileSize and setFileSize procedures for File and AsyncFileEmery Hemingway2017-04-051-2/+3
* `await x` where x is Fut var now reads after yield. Fixes #3964.Dominik Picheta2016-04-041-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-3/+3
* Multiple exception idents in except for async. Ref #1487.Dominik Picheta2014-09-081-1/+1
* Implemented asyncfile for Posix.Dominik Picheta2014-09-051-5/+27
* Added Windows asyncfile implementation.Dominik Picheta2014-09-051-0/+14