The SIGPOLL signal is sent when an event occurred on an explicitly watched file descriptor.Using it effectively
leads to making asynchronous I/O requests since the kernel will poll the descriptor in place of the caller. It
provides an alternative to active polling.