Reads a number of signals from the signalfd.
impl Sigfd { fn read(&self, buf: &'a mut [SigfdInfo]) -> Result<&'a mut [SigfdInfo], Errno> }
The buffer in which the signals will be stored.
Returns a slice of received signals.