summary refs log tree commit diff stats
path: root/tests/async/testmanyasyncevents.nim
Commit message (Collapse)AuthorAgeFilesLines
* scoped memory management (#14790)Andreas Rumpf2020-07-041-1/+2
| | | | | | | * fixes the regressions * closes #13936 * scope based memory management implemented * enabled tcontrolflow.nim test case * final cleanups
* lowered the number of events in the test because some CI's have an extremely ↵Ray Imber2019-10-071-2/+2
| | | | low FD limit
* Test + fix for epoll and kqueue selector modules to properly unregisterRay Imber2019-10-061-0/+23
event handles that have the key type "User"