Method Thread.Fifo()->create()
- Method create
 Thread.Fifo Thread.Fifo()
Thread.Fifo Thread.Fifo(intsize)- Description
 Create a fifo. If the optional
sizeargument is present it sets how many values can be written to the fifo without blocking. The defaultsizeis 128.