eventcore/source/eventcore/drivers/posix
2018-01-11 10:40:37 +01:00
..
dns.d Fix waiter count tracking in the Posix driver. Fixes #8. 2017-06-10 10:27:55 +02:00
driver.d Explicitly dispose the event driver on thread shutdown. 2017-11-23 23:11:16 +01:00
epoll.d Set EPOLL_CLOEXEC to prevent fd leakage for command executation 2017-12-16 10:16:43 +09:00
events.d Set O_CLOEXEC on the remaining FDs that are created by eventcore. 2017-12-19 22:10:14 +01:00
kqueue.d Fix compilation on DragonFlyBSD 2018-01-09 15:23:23 +01:00
select.d Use level-triggered events for listening stream sockets. 2017-09-02 00:12:58 +02:00
signals.d Set O_CLOEXEC on the remaining FDs that are created by eventcore. 2017-12-19 22:10:14 +01:00
sockets.d Remove static compiler __VERSION check. "import core.sys.dragonflybsd.netinet.in_" will work, when compiler support is there. 2018-01-11 10:40:37 +01:00
watchers.d Set O_CLOEXEC on the remaining FDs that are created by eventcore. 2017-12-19 22:10:14 +01:00