eventcore/source/eventcore/drivers/posix
Sönke Ludwig ab796477e2 Move .userData to the socket driver.
Generally each FD type should have its own .userData property in the respective driver. This is important for drivers that don't have a unified file descriptor space and need to store user data in a type specific way.
2017-06-24 22:01:32 +02:00
..
dns.d Fix waiter count tracking in the Posix driver. Fixes #8. 2017-06-10 10:27:55 +02:00
driver.d Fix waiter count tracking in the Posix driver. Fixes #8. 2017-06-10 10:27:55 +02:00
epoll.d Fix epoll status event masks. Fixes #10. 2017-06-10 00:06:45 +02:00
events.d Fix waiter count tracking in the Posix driver. Fixes #8. 2017-06-10 10:27:55 +02:00
kqueue.d idem, avoid to pollute the console as default 2017-04-25 16:32:01 +02:00
select.d Split up Posix event driver into separate files. 2017-01-25 00:11:57 +01:00
signals.d Fix waiter count tracking in the Posix driver. Fixes #8. 2017-06-10 10:27:55 +02:00
sockets.d Move .userData to the socket driver. 2017-06-24 22:01:32 +02:00
watchers.d Fix waiter count tracking in the Posix driver. Fixes #8. 2017-06-10 10:27:55 +02:00