public static void RestoreRxLong(IRxStruct <long> rxLong) { LongPool.Restore(rxLong); }
public static IRxStruct <long> GetRxLong() { return(LongPool.Take()); }