Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 539 Bytes

File metadata and controls

20 lines (13 loc) · 539 Bytes

QueueingStrategy

Namespace: SpawnDev.SpawnJS.JSObjects
Inherits: SpawnJSObject
Source: JSObjects/QueueingStrategy.cs

A generic queueing strategy

Properties

Property Type Access Description
HighWaterMark virtual int get A non-negative integer. This defines the total number of chunks that can be contained in the internal queue before backpressure is applied.

Methods

Method Return Type Description
Size(object chunk) int