Click or drag to resize

LockingSPIN Field

Spin lock blocking is good for locks held very shortly or generally uncontended locks and is therefore the default.

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public const Locking SPIN = 0

Field Value

Type: Locking
See Also