epoll,kqueue support

Dejan Lekic dejan.lekic at gmail.com
Sat Oct 5 14:35:27 PDT 2013


On Fri, 04 Oct 2013 10:44:31 +0200, darkofpain wrote:

> Hi Friends,
> 
> D language epoll(linux/unix), kqueue(mac/freebsd) is there support for
> API
> 
> How can I use supports
> 
> Thank You

As you probably know, epoll is in core.sys.linux.epoll.d . kqueue 
obviously need someone to write it and submit a pull request. D can call 
any C function, so using kqueue should not be a big deal...


More information about the Digitalmars-d mailing list