Uses of Class
de.ibapl.jnhw.posix.Poll.PollFd
-
Packages that use Poll.PollFd Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of Poll.PollFd in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with parameters of type Poll.PollFd Modifier and Type Method Description static intPoll. poll(Poll.PollFd fd, int timeout)POSIX: poll - input/output multiplexing.
-