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. |
||
|---|---|---|
| .. | ||
| dns.d | ||
| driver.d | ||
| epoll.d | ||
| events.d | ||
| kqueue.d | ||
| select.d | ||
| signals.d | ||
| sockets.d | ||
| watchers.d | ||