Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
Thread
Thread.Fifo

Method Thread.Fifo()->create()


Method create

void Thread.Fifo()->create()
void Thread.Fifo()->create(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.