Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method Thread.Fifo()->create()


Method create

Thread.Fifo Thread.Fifo()
Thread.Fifo Thread.Fifo(int size)

Description

Create a fifo. If the optional size argument is present it sets how many values can be written to the fifo without blocking. The default size is 128.