summary refs log tree commit diff stats
path: root/tests/async/tioselectors.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-161-27/+26
| | | | | | | | | | | | * Fix #5128, #5184. Removed flush() procedure from ioselectors.nim Changed methods of work with application-driven data * Make cache switch for kqueue, update test for it. * Fix registerProcess bug returns wrong id. Fix tupcoming_async test to compile with upcoming again. Change socket() as unique identifier to dup(socket) as unique identifier.
* Fix compilation errors and enable async events on partially supported systems.cheatfate2016-12-071-6/+5
|
* Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test ↵cheatfate2016-09-241-0/+213
| | | | for it.
* Resolve #4606cheatfate2016-08-121-4/+4
| | | | Resolve some new deprecated warnings for test.
* Resolve problems with test on macosx.cheatfate2016-07-061-0/+1
|
* ioselectors separated and refactored version.cheatfate2016-07-051-4/+4
| | | | adopted asyncdispatch version
* Event enum is now .pure.cheatfate2016-06-261-11/+11
| | | | | | Modified getMaxFds() to work more properly. Removed seqs from code Some exceptions replaced with doAssert
* Forgot about newlines at the endcheatfate2016-06-231-1/+1
|
* Small version of ioselectors.nim, without code duplication and some renames.cheatfate2016-06-231-0/+407