nim-chronos/chronos/ioselects
Eugene Kabanov 6b4f5a1d23
Recover `poll` engine and add tests. (#421)
* Initial commit.

* Fix one more place with deprecated constant.

* Fix testall and nimble file.

* Fix poll issue.

* Workaround Nim's faulty declaration of `poll()` and types on MacOS.

* Fix syntax errors.

* Fix MacOS post-rebase issue.

* Add more conditionals.

* Address review comments.

* Fix Nim 1.2 configuration defaults.
2023-08-01 12:56:08 +03:00
..
ioselectors_epoll.nim Recover `poll` engine and add tests. (#421) 2023-08-01 12:56:08 +03:00
ioselectors_kqueue.nim Recover `poll` engine and add tests. (#421) 2023-08-01 12:56:08 +03:00
ioselectors_poll.nim Recover `poll` engine and add tests. (#421) 2023-08-01 12:56:08 +03:00