On Monday, 21 December 2015 at 21:32:55 UTC, Jakob Jenkov wrote:
My server uses "poll" for that.

Okay, how does that work? How do I use "poll" in D?

Link?
Code example?

The same as in C [1].
Just change
#include <poll.h>
to
import core.sys.posix.poll;

[1] http://linux.die.net/man/2/poll

Reply via email to