summary refs log tree commit diff stats
path: root/lib/posix/epoll.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
|
* Async upcoming (#6585)Dominik Picheta2017-11-221-12/+7
| | | | | | | | | | | | | * Merge upcoming async with current. * Various improvements to selectors (mostly docs). Two changes to highlight: * Renamed ``setEvent`` to ``trigger`` * Reused setBlocking from nativesockets. * Various changes/fixes to asyncdispatch after upcoming merge. * Make some attempts to be compatible with older selectors. * Reuse epoll module in ioselectors_epoll.
* Linux abi take 3 (#5692)Jacek Sieka2017-04-121-2/+4
| | | | | * avoid generating object fields for imported types * fix some abi/type issues for linux_amd64
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-18/+18
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fix some deprecation warnings caused by renamesdef2014-11-131-2/+2
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* New concurrency model: next stepsAraq2014-04-191-0/+2
|
* Fixes to asyncio2 on Linux.Dominik Picheta2014-03-091-1/+1
|
* Implemented selector support for asyncio2.Dominik Picheta2014-02-221-3/+5
|
* Epoll now works.Dominik Picheta2013-10-311-6/+7
|
* Epoll wrapper + selectors module.Dominik Picheta2013-10-311-0/+87