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