bufferSize property

int bufferSize

Give the desired size of the buffer between the producing isolate and the consuming isolate. A flow control protocol will attempt to keep the buffer between half full and completely full, if production is faster than consumption. A buffer size of zero will cause rendezvous semantics, where the producer pauses until the consumer has taken the value. The units should be the same as sizeOf.

Implementation

int get bufferSize;