Method Thread.Fifo()->peek()


Method peek

mixed peek()

Description

This function returns the next value in the fifo if there are any there. If there are no values present in the fifo then UNDEFINED will be returned.

See also

read(), try_read()