ErlLocalNode MboxFreelist Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Cache of freed mailboxes that can be reused for RPC calls

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

internal ConcurrentQueue<ErlMbox> MboxFreelist { get; }

Property Value

Type: OnlineConcurrentQueue ErlMbox 
Remarks

This is needed because the unique Pid space is limited to 2^28
See Also